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

Changelog History
Page 2

  • v0.8.2 Changes

    August 19, 2011
    • Path to ffmpeg binary can now be specified (thanks jonathandean)
    • ๐Ÿ‘ If ffmpeg output contains "is not supported" the Movie will be considered invalid
  • v0.8.1 Changes

    July 28, 2011
    • ๐Ÿ›  Fix progress yielding with ffmpeg 0.8
    • โšก๏ธ Updated specs to pass with ffmpeg 0.8
  • v0.8.0 Changes

    May 26, 2011
    • Duration is now ALWAYS considered uncertain (we've noticed that ffmpeg is not always correct)
    • This means that the duration check will normally never run (unless you manually hack @uncertain_duration to false)
    • Movie#audio_channels now returns nil if there is no audio stream (instead of crashing)
    • Development: Use Bundler
    • โšก๏ธ Development: Update RSpec to 2.6
  • v0.7.8 Changes

    April 04, 2011
    • ๐Ÿ›  Fixed number of audio channels on files with 5.1 audio
  • v0.7.7 Changes

    February 01, 2011
    • Movies with starttime are now considered as having uncertain duration as its behavior is not consistent across formats
    • โฌ†๏ธ Upgrade development environment to RSpec 2.4
  • v0.7.6 Changes

    January 14, 2011
    • ๐Ÿ’Ž Another ruby 1.9 encoding fix
  • v0.7.5 Changes

    January 14, 2011
    • ๐Ÿ›  Fixed some ruby 1.9 issues
    • Added Movie#video_bitrate and Movie#audio_bitrate (thanks to mbj)
  • v0.7.4 Changes

    December 07, 2010
    • ๐Ÿ›  Fixed broken duration on movies with start times over 0 by reducing duration with start-time
  • v0.7.3 Changes

    August 26, 2010
    • Replaced Jewler with simple dynamic gemspec file
    • Spec files now not in published gem to make it a lot smaller in size
    • Full output from ffmpeg command in error raised during transcoding
  • v0.7.2 Changes

    August 11, 2010
    • โž• Added encoding option duration
    • Avoid crashing when ffmpeg can't find resolution of a movie