I'd like to start vlc and specify a subtitle (closed caption) stream contained inside the MPEG2 video file.
$ vlc --sub-track-id=4 file.mpg
or
$ vlc --sub-track-id 4 file.mpg
There are 2 closed caption streams inside the file - CC1 and CC3. Selecting the CC1 or CC3 track in the VLC GUI works as expected, but not from the command line interface.
Using VLC version 1.1.13 The Luggage. Passing in "--sub-track-id 2" doesn't work to display CC1 data either, though the GUI shows "Closed Captions 1" as selected.
After providing the sub-track-id option, the GUI shows it as selected, but the subtitles are not displayed until the menu option is re-selected.
Is there something else I should do instead? Perhaps a different option?
Thanks!