zeiRAM
16th September 2003, 16:40
Hello,
i try to automate vdmod, and have a little problem with setting the right language tag in vdmod. i processed a file as normal and saved the proccesssettings for analyse. there are 2 tags called
VirtualDub.stream[0].AddComment(0x00010085,"","English[eng/en]");
VirtualDub.stream[1].AddComment(0x000100A5,"","German[ger/de]");
but i couldnt find a list of the right language values , only the 2/3 code language identifier. So i checked the vdub/vdmod forum and found a article about mkv and tags.
http://forum.doom9.org/showthread.php?s=&threadid=59063&highlight=AddComment+Language
There u can read something about VirtualDub.stream[?].SetLanguage(string ISO_Code) but i didnt find this command in any docu ;(
so how i can set the language tag ?
Thx for help
i try to automate vdmod, and have a little problem with setting the right language tag in vdmod. i processed a file as normal and saved the proccesssettings for analyse. there are 2 tags called
VirtualDub.stream[0].AddComment(0x00010085,"","English[eng/en]");
VirtualDub.stream[1].AddComment(0x000100A5,"","German[ger/de]");
but i couldnt find a list of the right language values , only the 2/3 code language identifier. So i checked the vdub/vdmod forum and found a article about mkv and tags.
http://forum.doom9.org/showthread.php?s=&threadid=59063&highlight=AddComment+Language
There u can read something about VirtualDub.stream[?].SetLanguage(string ISO_Code) but i didnt find this command in any docu ;(
so how i can set the language tag ?
Thx for help