All Versions
39
Latest Version
Avg Release Cycle
101 days
Latest Release
2687 days ago

Changelog History
Page 3

  • v0.7.1 Changes

    July 08, 2010
    • ๐Ÿ‘‰ Make sure preset parameters are always put last to avoid them ending up before any codec assignments
    • ๐Ÿ— Testing against a fresh ffmpeg build (r24069)
  • v0.7.0 Changes

    July 07, 2010
    • Support for ffpresets through video_preset, audio_preset and file_preset encoding options
    • Added encoding option video_bitrate_tolerance
  • v0.6.8 Changes

    July 06, 2010
    • Don't use encoding options with nil values
    • Added encoding options video_max_bitrate, video_min_bitrate and buffer_size for constant bitrate encoding
  • v0.6.8.1 Changes

    July 06, 2010
    • ๐Ÿ›  Bugfix - aspect ratio was not calculated properly on movies with no DAR
  • v0.6.7 Changes

    June 10, 2010
    • ๐Ÿ›  Bugfix - aspect ratio preserver could suggest non even resolutions in certain circumstances
  • v0.6.6 Changes

    June 10, 2010
    • Transcodings to .jpg and .png will now work as they will skip duration validation
  • v0.6.5 Changes

    May 19, 2010
    • Movie#size method to get file size.
  • v0.6.4 Changes

    May 12, 2010
    • ๐Ÿ’Ž Ruby 1.9 compatibility fix for EncodingOptions (thanks michalf!)
  • v0.6.3 Changes

    May 05, 2010
    • ๐Ÿ‘‰ Use DAR to calculate aspect ratio if available
  • v0.6.2 Changes

    May 05, 2010
    • โž• Added Movie#uncertain_duration? which is true if ffmpeg is guessing duration from bitrate
    • Skipping the transcoders duration validation if original file has uncertain duration
    • Made sure aspect ratio preservation always rounds new size to an even number to avoid "not divisible by 2" errors
    • ๐Ÿ”„ Changed Movie#valid? logic to accept any movie with either a readable audio or video stream