Search found 2 matches

by cheezystix
Wed May 22, 2019 1:29 pm
Forum: Command Line Interface And Scripting
Topic: changing audio Bit Depth ?
Replies: 2
Views: 1384

Re: changing audio Bit Depth ?

Here's the command line I am using BTW

HandBrakeCLI.exe -i "input.mkv" --encoder-preset medium -q 18 --cfr -r 30 --aencoder copy:ac3 --audio-copy-mask dts --mixdown 5point1 -B 640 -o "output.mp4"
by cheezystix
Tue May 21, 2019 11:38 pm
Forum: Command Line Interface And Scripting
Topic: changing audio Bit Depth ?
Replies: 2
Views: 1384

changing audio Bit Depth ?

When I covert an .mkv to .mp4 using handbrake and check the resulting files info It says the Audio bit depth is 32 Bit depth : 32 bits When I attempt to mimic using the HandbrakeCLI everything is identical except It says the Audio bit depth is 16 ? Bit depth : 16 bits How do I set this thru the comm...