Releases: instructure/ruby-ffmpeg
Releases · instructure/ruby-ffmpeg
Release list
8.5.0
8.4.5
Improvements:
- Upgrade
multi_jsonand use newerMultiJSONmodule name.
8.4.4
Fixes:
- Correctly detect static image file extensions.
8.4.3
Fixes:
- Correctly detect 3gp and 3g2 file extensions (and some others).
8.4.2
Fixes:
- Correctly detect the file extension for old-style MOV files (no ftyp box).
8.4.1
Fixes:
- Correctly detect the file extension for
asf_o,live_flv,mpegvideoandmpegtsrawformats.
8.4.0
Improvements:
- Added
FFMPEG::Media#extnameto detect the best file extension for a media's container format. - Added
FFMPEG.muxersto retrieve the set of available muxer names. - Remux now uses
extnameto produce correct media even for incorrectly named input.
8.3.1
Fixes:
- Resolve no method error (
File.mv) inFFMPEG::Media#remux. - Resolve
FFMPEG::Transcoder::Status#success?inconsistency when using remux-replace.
8.3.0
8.2.0
Improvements:
- Added remuxer to clone media with clean containers within milliseconds.