View Single Post
Old 7th October 2010, 15:44   #10604  |  Link
icon
Registered User
 
Join Date: Mar 2002
Posts: 30
Quote:
Originally Posted by tebasuna51 View Post
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)

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"
Thanks again. I was able to figure out the rest of the things I needed based upon your examples and explanations.

Last edited by icon; 7th October 2010 at 20:58.
icon is offline