Streamio FFMPEG v1.0.0 Release Notes

Release Date: 2013-07-08 // almost 11 years ago
  • ๐Ÿ†• New:

    • โฌ†๏ธ Bumped target ffmpeg version to 1.2.1

    ๐Ÿ‘Œ Improvements:

    • Simpler implementation for timeouts. Should be far less cpu and memory dependent (don't spawn a thread for every line of output) Timeout spec now passes in Rubinius (using 1.9 mode)
    • ๐Ÿ Give helpful error message for windows users lacking the win32-process gem (thanks casoetan)
    • โž• Add Movie#container (thanks vitalis)
    • ๐Ÿ‘Œ Support vprofile and preset encoding options (thanks vitalis)

    ๐Ÿ”„ Changes:

    • 0๏ธโƒฃ Default timeout lowered to 30 seconds

    ๐Ÿ› Bugs:

    • Avoid crash if asking for frame_rate of a video without video stream (thanks squidarth)
    • ๐Ÿ›  Fix crash when doing audio transcoding on ffmpeg >= 1.0.1 (thanks vitalis)

    ๐Ÿ—„ Deprecations:

    • โœ‚ Removed support for Ruby 1.8
    • โœ‚ Removed support for ffmpeg 0.7

    ๐Ÿ”จ Refactorings:

    • ๐Ÿ‘€ Quite a few, see commit history for details.