All Versions
15
Latest Version
Avg Release Cycle
103 days
Latest Release
1610 days ago
Changelog History
Page 2
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.
- ๐ฅ Breaking change:
-
v0.2.1 Changes
August 18, 2016- โ Added
FFprobe.format/1
andFFprobe.format_names/1
.
- โ Added
-
v0.2.0 Changes
August 15, 2016- โ Added
FFprobe
module.FFprobe.duration/1
to get video duration.
- โ Added
-
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.