Could someone point me in the right direction for specifying tracks using other metadata?
ultimately i want to only extract english audio with 5.1 surround.
I can select english audio using
Code: Select all
-map 0:m:language:eng
I've tried
Code: Select all
-map "0:m:channels:5.1(side)"
-map 0:m:channels:5.1(side)
-map 0:m:channels:5.1
-map 0:m:channels:6
-map "0:m:channel:5.1(side)"
-map 0:m:channel:5.1(side)
-map 0:m:channel:5.1
-map 0:m:channel:6
Thanks again
Paul