Postby bsimecek » 08 Dec 2008 17:03
To play vlc using a specific track, I use MediaInfo (sourceforge) to detect which streams are available, and then use the streams detected output to get me the track number for vlc to use from the command line. I use this to automate the priority of audio tracks when available (DTS, DTS 2, AC3 5.1, AC3 2, Stereo...)...Put it all together with AutoIT scripting, and ya got a great way to just call one file for an AVI or DVD and you get the best possible audio stream. The hardest part of the audio stream is that dvd's sometimes don't use the same audio type across all tracks...the default track is all i use (works for main features)...but when the main feature audio type/track isn't availabe for another track, i'm usually screwed. I wish VLC had an audio prioritization menu item in it's options...this would be very handy!