no sound after converting from ts to mp4

Discussion of the HandBrake command line interface (CLI)
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
JaSy
Posts: 9
Joined: Mon May 05, 2014 2:29 pm

no sound after converting from ts to mp4

Post 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
mduell
Veteran User
Posts: 8187
Joined: Sat Apr 21, 2007 8:54 pm

Re: no sound after converting from ts to mp4

Post by mduell »

Post the output to stderr.
JaSy
Posts: 9
Joined: Mon May 05, 2014 2:29 pm

Re: no sound after converting from ts to mp4

Post by JaSy »

Where/How do I get "the output to stderr"?
Post Reply