Releases: lisamelton/video_transcoding
0.2.8
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, January 5, 2016
- Prevent the
--bind-srt-language
option intranscode-video
from also setting the SubRip-format text file offset to the same value. This was a stupid copy and paste error since the initial project version. Via #25 from @arikalish. - Don't fail if the
HandBrakeCLI
version string can't be parsed. Via #29 from @paulbailey. - Don't fail if the
mp4track
version string can't be parsed. Via #27 from @dgibbs64. - Add a missing preposition to the last bullet point of the "Why MakeMKV?" section in the "README" document. Via #32 from @eventualbuddha.
0.2.7
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, July 7, 2015
- Apply the
--subtitle-forced
option when scanning subtitles intranscode-video
. Via #20 from @rhapsodians.
0.2.6
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 20, 2015
- Prevent the user's file format choice from corrupting the output path in
transcode-video
andconvert-video
. Via #5 from @arikalish.
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.