6.0.0
Breaking Changes:
- Changed
FFMPEG::IO
to useUTF-8
encoding instead ofISO-8859-1
by default - Changed
FFMPEG::Transcoder#run
to raiseFFMPEG::Error
if FFMPEG exits with non-zero exit code even ifvalidate
was set tofalse
on the transcoder - Removed the
errors
attribute ofFFMPEG::Transcoder
Improvements:
- Changed
FFMPEG::IO
to handle carriage returns by FFMPEG – progress reports will be more frequent and more reliable - Changed
FFMPEG::Transcoder
to report progress only on whole percentages by default (e.g.:0.01
,0.2
etc.) - Added new
progress_digits
kwarg toFFMPEG::Transcoder
to allow more frequent progress updates