Releases: lisamelton/video_transcoding
0.2.5
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Sunday, May 17, 2015
- Simplify the calculation of
vbv-bufsize
intranscode-video
.
0.2.4
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Friday, May 15, 2015
- Prevent an undefined method error if
HandBrakeCLI
removes tracks during scan. Via #15 from @blackoctopus.
0.2.3
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Tuesday, May 12, 2015
0.2.2
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Monday, May 11, 2015
- Ensure the AC-3 passthru bitrate in
transcode-video
is never below the AC-3 encoding bitrate.
0.2.1
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Sunday, May 10, 2015
0.2.0
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Saturday, May 9, 2015
- Rewrite the automatic frame rate and deinterlace logic in
transcode-video
to match the behavior of the oldtranscode-video.sh
script on which the tool is based. - Clarify in
--help
output thattranscode-video
audio copy policies only apply to main and explicitly added audio tracks. - Ignore the sometimes missing patch version when checking MPlayer.
- Mention in the "README" document that custom track names and external subtitle file names are allowed to contain commas.
0.1.4
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Friday, May 8, 2015
- Fix a stupid regression from version 0.1.2 caused by the line endings fix on Windows. Via #7 from @brandonedling.
0.1.3
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Friday, May 8, 2015
- Check the extra version number for MPlayer to accept all builds. Via #6 from @CallumKerrEdwards.
0.1.2
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Thursday, May 7, 2015
- Fix handling of DOS-style line endings when parsing scan output from
HandBrakeCLI
on Windows. Via #4 from @CallumKerrEdwards and @commandtab. - Disable automatic subtitle burning in
transcode-video
when input is MP4 format. - Clarify usage of
--copy-audio
option in the "README" document. Via #5 from @arikalish. - Fix some section links in the "README" document. Via #3 from @vitorgalvao.
0.1.1
This version was originally tagged and released on the date below. These notes were added on GitHub much later so the creation date won't match.
Wednesday, May 6, 2015
- Add a workaround in the
Media
classinitialize
method for no required keyword arguments in Ruby 2.0. Via #1 from @cadonau and #2 from @CallumKerrEdwards.