Sha256: 647c8ac8cd448a0a0f3295db04b409686bbe581cd4a4ec81d75fc82afb341db0
Contents?: true
Size: 2 KB
Versions: 1
Compression:
Stored size: 2 KB
Contents
== 0.6.8.1 2010-07-06 * Bugfix - aspect ratio was not calculated properly on movies with no DAR == 0.6.8 2010-07-06 * Don't use encoding options with nil values * Added encoding options video_max_bitrate, video_min_bitrate and buffer_size for constant bitrate encoding == 0.6.7 2010-06-10 * Bugfix - aspect ratio preserver could suggest non even resolutions in certain circumstances == 0.6.6 2010-06-10 * Transcodings to .jpg and .png will now work as they will skip duration validation == 0.6.5 2010-05-19 * Movie#size method to get file size. == 0.6.4 2010-05-12 * Ruby 1.9 compatibility fix for EncodingOptions (thanks michalf!) == 0.6.3 2010-05-05 * Use DAR to calculate aspect ratio if available == 0.6.2 2010-05-05 * 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 == 0.6.0 2010-05-04 * Cropping options now handled by EncodingOptions (croptop, cropbottom, cropleft and cropright) * Aspect ratio parameter calculated and added by default * Added transcoder options to preserve original aspect ratio on width or height == 0.5.0 2010-04-28 * Added logging capabilities == 0.4.3 2010-04-06 * Correctly identify invalid movies on latest ffmpeg build (r22811) == 0.4.2 2010-04-06 * Escape the path to handle spaces in filenames and avoid CLI injection attacks (thanks J. Weir!) == 0.4.1 2010-02-10 * Forgot to change the transcoding shortcut from Movie == 0.4.0 2010-02-10 * Transcoding API changed to make use of more humanly readable options (see README for examples) * Fixed frame rate parsing for integer frame rates == 0.3.0 2010-02-07 * Simple transcoding == 0.2.0 2010-02-06 * Some more metadata parsing == 0.1.0 2010-02-05 * Some basic parsing of metadata added
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
streamio-ffmpeg-0.6.8.1 | CHANGELOG |