Page 1 of 1

no sound after converting from ts to mp4

Posted: Tue Jan 03, 2023 9:01 am
by JaSy
Hi there,

I'm using handbrake CLI to convert .ts files into mp4 by using the following parameters:

& "C:\Program Files\HandbrakeCLI\HandbrakeCLI" `
-i $Quelle `
-o $Ziel `
-e x264 -q 19.0 -a 1 -E copy:ac3 -B 160 -6 dpl2 -R Auto -D 0.0 --audio-copy-mask aac,ac3,dtshd,dts,mp3 --audio-fallback ffac3 -f mp4 `
--decomb --detelecine --loose-anamorphic --modulus 2 -m --x264-preset veryfast --h264-profile high --h264-level 4.1

Since some time I do have the problem that - especially with german public broadcasters like ARD, ZDF etc. - there is no sound after converting. The original ts works well but the final mp4 not.

Does anybody know wether there are any changes and/or if I have to change the above codeline?

thanks,
JaSy

Re: no sound after converting from ts to mp4

Posted: Tue Jan 03, 2023 3:23 pm
by mduell
Post the output to stderr.

Re: no sound after converting from ts to mp4

Posted: Tue Jan 03, 2023 6:48 pm
by JaSy
Where/How do I get "the output to stderr"?

Re: no sound after converting from ts to mp4

Posted: Tue Jan 03, 2023 6:50 pm
by rollin_eng