stax76
10th May 2004, 22:52
Hi,
I need to figure out the proper language of each stream, I run three loops comparing to the names of the iso table taken from VDM source and comparing to the names of the .NET CultureInfo EnglishName and DisplayName. It works for most but not for all streams. The idx file from VobSub contains different names as well! The idx file contains the two letter id but it doesn't contain if the subtitle is wide etc so I cannot parse this file instead. I don't wont to confuse you so I try to ask a simple question, the name of the languages is it taken from the DVD or only the two or three letter id and the name is taken from a table?
DVD Decrypter stream 6:
0x26 - Subtitle - Suomi - [SubPicture 07: Wide/Letterbox] / LBA: 511915 / PTS: 00:24:21.569 / Delay: 6240ms
VobSub stream 6:
# Finish
id: fi, index: 6
one of both must be a bug, all other 15 streams on the DVD are OK, I cannot test if it's Finish or Suomi since I don't have the DVD, I have only a small sample sent by a beta tester
my iso table taken from VDM source is:
New LanguageItem("Finnish", "fin", "fi")
it's finnish with two n instead with one
I hope you can help
I need to figure out the proper language of each stream, I run three loops comparing to the names of the iso table taken from VDM source and comparing to the names of the .NET CultureInfo EnglishName and DisplayName. It works for most but not for all streams. The idx file from VobSub contains different names as well! The idx file contains the two letter id but it doesn't contain if the subtitle is wide etc so I cannot parse this file instead. I don't wont to confuse you so I try to ask a simple question, the name of the languages is it taken from the DVD or only the two or three letter id and the name is taken from a table?
DVD Decrypter stream 6:
0x26 - Subtitle - Suomi - [SubPicture 07: Wide/Letterbox] / LBA: 511915 / PTS: 00:24:21.569 / Delay: 6240ms
VobSub stream 6:
# Finish
id: fi, index: 6
one of both must be a bug, all other 15 streams on the DVD are OK, I cannot test if it's Finish or Suomi since I don't have the DVD, I have only a small sample sent by a beta tester
my iso table taken from VDM source is:
New LanguageItem("Finnish", "fin", "fi")
it's finnish with two n instead with one
I hope you can help