ffmpex v0.5.0 Release Notes

Release Date: 2018-03-26 // about 6 years ago
    • 💥 Breaking change: Changed output format of FFprobe.format/1 to be cleaner, based on ffmpeg JSON output. Specifically: "nb_programs", "nb_streams", and "probe_score" now contain integers instead of binaries; and tags are stored in a "tags" sub-map instead of being individual entries prefixed with "TAG:".
    • ➕ Added FFprobe.streams/1 to get a list of streams.
    • Depends on Poison 3.1.
    • Requires Elixir 1.4.