View Full Version : IFO's in C++ + Audio Bitrate


CMatt
16th April 2003, 11:27
Hi,
first i give u a link:
http://www.cmatt.net/ifo_framwork.rar

That's a C++ Class to parse, edit and creating ifo-files. I know it's the thousandth version of an ifo-parser :D, but nerly all this other codes are C -> chaos :p
The code is the first beta, thus does not expect to much from it. The class knows all tables at a ifo files, allows u to edit the values and save ur new version. I don't know if every function allready works correctly, but for this i gave u the link. @C++ coders: if u need to work with ifo's, pls use the class (yes, it's realy a c++ class, without one global variable, one extern,...) and if u find a bug, constact me.
Feel free to write ur own ifo edit.. :D

And now i have a question to u:
Can someone exlpain me how i can get audio bitrate in a vob?, i'm to dump for it :|
It's no problem for the AC3 streams, there is a samplerate and frame size code, but i can find this value in the DTS stream.. :/
Is there any possiblity to get the bitrates with one code for all streams, or must write for every type a own code?? And if must it, where the **** is the bitrate value in this DTS srteams??

I hope someone can help me :)

GZZ
16th April 2003, 11:32
check this link out:

http://forum.doom9.org/showthread.php?s=&threadid=41024&highlight=Demux

Its where I posted some info and I got it working. I only need the bitrate for MPA and PCM tracks. So if you find those or any else looking at this post, plz reply.

But I got AC3 and DTS audio bitrate working.


I hope it will help you or else just post.

GZZ