Select track by number not implemented??
Posted: Tue Dec 24, 2013 9:00 pm
Greetings!
I have several hundred Anime disks that I would like to convert to mkvs, so I'm attempting to set up a profile to help automate this process. The desired result is a file with the video, Japanese audio language track, and full English subtitles selected.
Selecting Japanese audio only is easy: -sel:all, .... , +sel:(audio*jpn), ....
Where I'm running into issues where there are multiple English subtitle tracks. A good number of my series have both 'partial' and 'full' English subtitle tracks, and often the 'partial' tracks are first in the file. However, every attempt to specify a track by number returns an Invalid Token parsing error.
Example: AD Police Files DVD
Track:
Video MPeg2
Audio DD 2/0 English
Audio DD 2/0 Japanese
Subtitles English
Subtitles English
What I want is the second subtitle track (full subtitles) to be enabled by default.
'+sel:(subtitle*eng)' gets me both tracks, with the first (partial subtitles) track as default
'+sel:(2*(subtitle*eng))' returns an Invalid Token parsing error - as does ANY variation where I attempt to select the subtitle by track number.
What am I doing wrong here?
I have several hundred Anime disks that I would like to convert to mkvs, so I'm attempting to set up a profile to help automate this process. The desired result is a file with the video, Japanese audio language track, and full English subtitles selected.
Selecting Japanese audio only is easy: -sel:all, .... , +sel:(audio*jpn), ....
Where I'm running into issues where there are multiple English subtitle tracks. A good number of my series have both 'partial' and 'full' English subtitle tracks, and often the 'partial' tracks are first in the file. However, every attempt to specify a track by number returns an Invalid Token parsing error.
Example: AD Police Files DVD
Track:
Video MPeg2
Audio DD 2/0 English
Audio DD 2/0 Japanese
Subtitles English
Subtitles English
What I want is the second subtitle track (full subtitles) to be enabled by default.
'+sel:(subtitle*eng)' gets me both tracks, with the first (partial subtitles) track as default
'+sel:(2*(subtitle*eng))' returns an Invalid Token parsing error - as does ANY variation where I attempt to select the subtitle by track number.
What am I doing wrong here?