View Single Post
Old 7th October 2010, 10:26   #10603  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by icon View Post
...
Your script removes the dts track. I need the following:
Keep the dts track, mark for english, set as default and make sure no compression is set.
Using the original mkv like source the defaults and language are preserved. If you want preserve also the the DTS track use:
-d 1 --compression 1:none -a 2 --compression 2:none "%%a"
(also subs and chapters are preserved if any)
Quote:
Add the ac3 track, mark for english, no default and make sure no compression is set...
If you add a new track isn't marked as default, then you only need:
-a 0 --language 0:eng --compression 0:none "%%a.ac3"
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline