Log in

View Full Version : Detecting QPEL and GMC with VB6


marnix88
22nd December 2005, 23:08
Hello, I'm making a codec finder, which shows information about AVI videos. I have almost everything the way I want it, but I'm still missing some important information. I'd like to show information whether the video was encoded with QPEL, S(GMC)-VOP, B-VOP and N-VOP or not.

Does anybody know how to get his information with VB6?

Thanks.

marnix88
14th January 2006, 00:22
Is there really nobody who knows how to get this information?
Are there other languages that can get this information?

I looked at the source code of mpeg4modifier, which is written in C#, but I have no idea which part of the code I exactly need.

Moitah
14th January 2006, 01:31
Look at ParseVOL() and ParseVOP() in MPEG4FrameModifier.cs. The flag for QPel is stored in vol.quarterpel, and the frame type is in vop.vop_type.

marnix88
14th January 2006, 02:47
Thank you, Moitah.

I wish that somebody would translate those parts to VB, but I doubt anyone is willing to do that.

At least now I know which parts to look at. Thanks again :)

halsboss
17th April 2009, 15:46
How did you go ? I'm also stuck with VB6 and some code would come i handy ...