View Full Version : How can I read out which language do refer to which 0x8X Audiostream in a VOB or IFO


Inc
7th May 2004, 13:44
Title says it all ;-)

BTW Im using PureBasic ... so a syntax like from Qbasic or Blitzbasic is also welcome

Thanx a very lot!

inc.

Nic
9th May 2004, 18:38
Look for IFO parsing code (that info can't be taken from the VOB files itself). I think we might have ifo parsing in BASIC code somewhere posted in this forum, so try a search for it. If you can read C then VStrip's source is a good guide as well.

-Nic

Inc
10th May 2004, 10:22
Thanks nic!

After some searching I found in here a VB example as I'm in my coding beginners experiences and have to get into its "logic" as I have to write it as new cause im using PureBasic for coding.

Thx.
Inc.