0.21.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.
Friday, November 9, 2018
- Modify
transcode-video
to create "sparse".log
files by removing overwritten progress information, often making those files an order of magnitude (i.e.10x
) smaller. Via #213. - Replace code in
transcode-video
which usedmkvpropedit
ormp4track
in a post-transcoding step to sanitize audio titles containing commas, with much simpler code leveraging a comma escaping mechanism only available inHandBrakeCLI
version 1.0.0 or later. - Fix bug in
transcode-video
where the level was not set when using thex264_10bit
encoder. - Remove support the non-existent
x265_16bit
encoder intranscode-video
. This might have been available last year in some development builds ofHandBrakeCLI
, but it's definitely not in any release.