0.20.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.
Monday, June 18, 2018
- Now require
HandBrakeCLIversion 1.0.0 or later. Not only does this change make for easier testing, but it allows removal of many capability-detection hacks needed to support older versions. My thanks again to all the users who provided positive feedback about this online! - Relax frame rate control in
transcode-videoso that the options--rate=30and--pfrare no longer passed toHandBrakeCLIfor most non-DVD videos. This means that the peak frame rate will no longer be limited to30FPS, allowing camera-generated videos to retain their original frame rates. However, the old behavior can be restored for those videos by adding--limit-rate 30to yourtranscode-videocommand line. - Modify
transcode-videoto no longer pass--encoder-preset=mediumtoHandBrakeCLIsince that's the default behavior anyway. However, adding--preset mediumto yourtranscode-videocommand line still does so. - Modify
transcode-videoto no longer pass a named audio encoder toHandBrakeCLIin order to select AAC, i.e.ca_aacorav_aac, since AAC is the default audio format anyway. However, adding the--aac-encoderoption to yourtranscode-videocommand line still allows an explicit choice. - Modify
transcode-videoto substitute "analyse" for the x264 option called "partitions" when invoked with the--quickor--veryquickoptions. This is done to better match the archaic internal name used by HandBrake. It has no effect on actual transcoding behavior. - Add
-nas a shortcut alias for the--dry-runoption intranscode-video. This is the same shortcut alias used inrsyncandmake. - Expand the "Explanation" section of the "README" document to describe both the special, or default, ratecontrol system and the average bitrate (ABR) ratecontrol system, enabled via the
--abroption. - Add clarification to the "README" document that stereo AAC tracks can also include surround audio information in matrix-encoded Dolby Pro Logic II format.
- Fix spelling of "suppress" in the
--helpoutput ofquery-handbrake-log. Thanks, @chrisridd! Via #205.