All Versions
15
Latest Version
Avg Release Cycle
103 days
Latest Release
995 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.3 Changes
July 09, 2020- โก๏ธ Relaxed Jason dependency so it can get all 1.x versions without mix.exs update.
-
v0.7.2 Changes
July 09, 2020- โฌ๏ธ Bumped Jason dependency to 1.2.
-
v0.7.1 Changes
November 27, 2019- Changed to
-loop
instead of deprecated-loop_input
and-loop_output
options inFFmpex.Options.Advanced
.
- Changed to
-
v0.7.0 Changes
September 05, 2019- ๐ฅ Breaking change: FFprobe API changes to return
{:ok, term}
or{:error, atom}
fromformat_names/1
,format/1
,streams/1
. - Changed
FFprobe.duration/1
to return{:error, :no_such_file}
for nonexistent file, instead of raising MatchError. - ๐ Fixed FFprobe module to raise a clearer error message when FFmpeg not installed in system path.
- ๐ฅ Breaking change: FFprobe API changes to return
-
v0.6.0 Changes
July 16, 2019- ๐ Changed to Jason instead of Poison for JSON operations.
-
v0.5.2 Changes
April 10, 2018- Added options
video_size
,framerate
,draw_mouse
inFFmpex.Options.Devices.Libavdevice
.
- Added options
-
v0.5.1 Changes
April 03, 2018- โ Added
FFmpex.prepare/1
to retrieve arguments list, useful for inspection or passing toPort.open/2
.
- โ Added
-
v0.5.0 Changes
March 26, 2018- ๐ฅ 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.
- ๐ฅ Breaking change: Changed output format of
-
v0.4.1 Changes
March 22, 2017- ๐ Fixed
FFprobe.format/1
for paths with spaces.
- ๐ Fixed
-
v0.4.0 Changes
December 04, 2016- โ Added
FFmpex.Options.Video.Libavformat
. - ๐ Validate options context (input, output, global) as specified in FFmpeg docs.
- โ Added