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
no sound after converting from ts to mp4
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.
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.
Re: no sound after converting from ts to mp4
Post the output to stderr.
Re: no sound after converting from ts to mp4
Where/How do I get "the output to stderr"?
-
- Veteran User
- Posts: 4641
- Joined: Wed May 04, 2011 11:06 pm