Skip to content

Releases: instructure/ruby-ffmpeg

8.5.0

Choose a tag to compare

@bajankristof bajankristof released this 15 Jul 14:28
6686b5b

Improvements:

  • Add base_frame_rate (r_frame_rate), cfr? and vfr? methods to both FFMPEG::Media and FFMPEG::Stream to detect variable or constant frame rate.

8.4.5

Choose a tag to compare

@bajankristof bajankristof released this 15 Jul 14:27
a3a4992

Improvements:

  • Upgrade multi_json and use newer MultiJSON module name.

8.4.4

Choose a tag to compare

@bajankristof bajankristof released this 27 May 11:29

Fixes:

  • Correctly detect static image file extensions.

8.4.3

Choose a tag to compare

@bajankristof bajankristof released this 02 Apr 13:20

Fixes:

  • Correctly detect 3gp and 3g2 file extensions (and some others).

8.4.2

Choose a tag to compare

@bajankristof bajankristof released this 01 Apr 11:07

Fixes:

  • Correctly detect the file extension for old-style MOV files (no ftyp box).

8.4.1

Choose a tag to compare

@bajankristof bajankristof released this 01 Apr 09:13

Fixes:

  • Correctly detect the file extension for asf_o, live_flv, mpegvideo and mpegtsraw formats.

8.4.0

Choose a tag to compare

@bajankristof bajankristof released this 20 Mar 13:42

Improvements:

  • Added FFMPEG::Media#extname to detect the best file extension for a media's container format.
  • Added FFMPEG.muxers to retrieve the set of available muxer names.
  • Remux now uses extname to produce correct media even for incorrectly named input.

8.3.1

Choose a tag to compare

@bajankristof bajankristof released this 20 Mar 11:08

Fixes:

  • Resolve no method error (File.mv) in FFMPEG::Media#remux.
  • Resolve FFMPEG::Transcoder::Status#success? inconsistency when using remux-replace.

8.3.0

Choose a tag to compare

@kiskoza kiskoza released this 19 Mar 15:46

Improvements:

  • Introduce inline remux when there's no output path provided

8.2.0

Choose a tag to compare

@bajankristof bajankristof released this 19 Mar 12:28

Improvements:

  • Added remuxer to clone media with clean containers within milliseconds.