Streamio FFMPEG v0.9.0 Release Notes

Release Date: 2012-07-24 // almost 12 years ago
  • ๐Ÿ†• New:

    • โฌ†๏ธ Bumped target ffmpeg version to 0.11.1
    • โž• Add hung process detection with configurable timeout (thanks stakach)
    • Raise FFMPEG::Error instead of generic RuntimeError on failed transcodings
    • Movie#screenshot for more intuitive screenshotting (README has details)
    • ๐Ÿ“‡ Movie#creation_time and Movie#rotation attributes when metadata is available (thanks Innonate)

    ๐Ÿ› Bugs:

    • ๐Ÿ›  Fixed too many open files bug (thanks to akicho8)
    • ๐Ÿ›  Fixed missing path escaping (thanks to mikesager)
    • ๐Ÿ›  Fixed README typo (thanks to Linutux)
    • Files outputing "could not find codec parameters" are now recognized as invalid

    ๐Ÿ—„ Deprecations:

    • โœ‚ Removed Movie#uncertain_duration?
    • โœ‚ Removed all the deprecated crop options (use :custom => '-vf crop=x:x:x:x' if you need it)

    ๐Ÿ”จ Refactorings:

    • โœ‚ Removed the deprecated duration validation code
    • ๐Ÿ’… Polish on the transcoder class
    • ๐Ÿ’… Polish on the spec suite