'Language index in use' ignored on external VobSub playback?
Posted: 09 Sep 2011 07:56
When you play back MKVs with internal VobSubs that have a certain subtitle stream set to default, VLC displays this stream automatically. This is done by a flag in the MKV. However, VobSubs (idx/sub) have their own default setting stored in the idx file called 'language index in use' that should be adhered to when the file is played back externally:
which with these streams present
would result in the German stream to be displayed automatically. Media Player Classic does it this way, will VLC too?
Code: Select all
# Language index in use
langidx: 3
Code: Select all
0: da (Dansk)
1: en (English)
2: fi (Finish)
3: de (Deutsch)
4: no (Norsk)
5: es (Espanol)
6: sv (Svenska)
9: de (Deutsch)
10: es (Espanol)