Results 1 to 12 of 12

Thread: C# to VB6

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2005
    Posts
    1,834

    C# to VB6

    Hello, the past few weeks I have been looking for a way to find out whether an AVI video has been encoded with options like Quarter Pixel, S(GMC)-VOP, B-VOP, etc. Unfortunately there is no information or example code in VB6 that shows how to get this information from an AVI video.

    On doom9.org the author of an application named MPEG4 Modifier told me to look at the source code, but it's written in C# and I don't understand that language. Spending months on learning a new language (which I will probably never use) just to get some source code is a bit too much.

    Is there somebody here who knows both languages and maybe wants to translate the parts I need to VB6 ?

    The parts I need are ParseVOL() and ParseVOP(). The flag for Quarter Pixel is stored in vol.quarterpel, and the frame type is in vop.vop_type.

    Thank you.
    Last edited by Chris001; Sep 12th, 2010 at 12:37 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width