Streamio FFMPEG v2.1.0 Release Notes

Release Date: 2016-08-08 // over 7 years ago
  • ๐Ÿ†• New:

    • ๐Ÿ‘ Issue #135, Support creating slideshows from stills
    • ๐Ÿ‘ Issue #130, Adds support for a URL as an input
    • ๐Ÿ‘Œ Support for specifying options to apply to the input file
    • ๐Ÿ‘Œ Improved support for calling FFMpeg with popen3, improving compatibility with various platforms, including windows
    • โฑ Issue #111. uses attr_accessor for the timeout attribute
    • ๐Ÿ”ฆ Exposes the movie's entire meta data and format tags as movie attributes
    • Issue #122, adds encoding fix to stderr
    • All specs pass and brought current with Rspec V3
    • Issue #123, #131 improved stream validation, ignoring additional invalid streams if a valid stream is recognized
    • ๐Ÿ“œ Issue #124, improved parsing for moving creation_time
    • SAR and DAR now adapt after rotation, DAR is ignored when calculating dimensions

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘ Allow parenthesis in colorspace (thanks walterdavis for initial code and rociiu for finding a bug with it)
    • Width and height now switched if video is filmed in portrait mode. ffmpeg 2.7 or later now automatically rotates output
    • ๐Ÿ“‡ Movie metadata now provided with ffprobe (#114). Thanks to Ryan Lovelett for the contributions!
    • Ability to create multiple screenshots at consistent intervals in one pass (#113)