8.0.0
Improvements:
- Added support for retries in the
FFMPEG::Transcoderclass. This allows for more robust command
argument composing and thus more stable outputs.
Breaking Changes:
- The
FFMPEG::Transcoder#process!method will now fail if the expected output files do not exist after
successful processing. This behaviour can be controled by passingchecks: []to the transcoder
initializer. - The
FFMPEG::Status::ExitErrorclass has been renamed toFFMPEG::ExitError. - The
FFMPEG::ExitErrorclass now holds a reference to theStringIOoutput of the FFmpeg command
(before it contained theStringrepresentation).