ffmpex v0.3.0 Release Notes

Release Date: 2016-09-10 // over 7 years ago
    • 💥 Breaking change: add_stream_specifier/2 takes a keyword list instead of %StreamSpecifier{}.
    • 💥 Breaking change: execute/1 returns :ok or {:error, {output, status}}, instead of {output, status}.
    • ➕ Added use FFmpex.Options to conveniently import all options.