0.19.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, January 27, 2018
- Add support for Dolby Digital Plus audio format, aka Enhanced AC-3, to
transcode-videoandconvert-videowith a new--ac3-encoderoption for each tool. Also, extend the--ac3-bitrateand--pass-ac3-bitrateoptions intranscode-videoto support higher bitrates, 768 and 1536 Kbps, available to Enhanced AC-3. Via #26.- WARNING: Dolby Digital Plus output is currently NOT COMPATIBLE with the MP4 file format when using
transcode-videodue to a limitation inHandBrakeCLI. This means that adding both--mp4and--ac3-encoder eac3to your command line will fail with the error "incompatible encoder 'eac3' for muxer 'av_mp4'." - Oddly enough,
ffmpegdoesn't have this limitation so you'll be able to useconvert-video --ac3-encoder eac3to convert your MKV files into MP4 format without any problems. Go figure.
- WARNING: Dolby Digital Plus output is currently NOT COMPATIBLE with the MP4 file format when using
- Remove "Can you add support for Enhanced AC-3 audio?" from the "FAQ" section of the "README" document, for obvious reasons. :)
- Add
--reverse-double-orderoption totranscode-videoto reverse order of double-width audio output tracks. Thanks, @samhutchins! Via #184. - Fix a bug in
convert-videowhere the number of audio channels was wrong when tracks had to be transcoded. This was most noticeable for AAC output and appears due to a change in the behavior offfmpeg. - Append
.inspectto all Hash objects used asConsole.debugarguments. Apparently a change in the way Ruby works was preventing these objects from being printed, although I'm unsure about the specific version of Ruby in which this occurred. - Remove superfluous quotes in the
--helpoutput oftranscode-video. - Remove the deprecated
--cvbrand--vbroptions intranscode-videoand--playeroption indetect-crop. - Revise my usage in the "FAQ" section of the "README" document since I no longer choose the default settings with
transcode-video. - Re-order a few misplaced lines in the "History" section of the "README" document.
- Update all copyright notices to the year 2018.