All Versions
15
Latest Version
Avg Release Cycle
103 days
Latest Release
1384 days ago

Changelog History
Page 2

  • v0.3.0 Changes

    September 10, 2016
    • ๐Ÿ’ฅ 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.
  • v0.2.1 Changes

    August 18, 2016
    • โž• Added FFprobe.format/1 and FFprobe.format_names/1.
  • v0.2.0 Changes

    August 15, 2016
    • โž• Added FFprobe module. FFprobe.duration/1 to get video duration.
  • v0.1.1 Changes

    July 30, 2016
    • Lower Elixir requirement to 1.0 (was 1.3).
  • v0.1.0 Changes

    July 27, 2016
    • ๐Ÿš€ First FFmpex release.
    • Specify per-file and per-stream options, and execute.
    • Non-exhaustive catalog of known options.