Thread: graphic process with vc++ guide?

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    98

    graphic process with vc++ guide?

    I want to write some filteres used in avi processing soft :
    virtualdub and avisynth,
    I have known the filter's structure,
    but I have little knowledge about graphic processing theory with vc++.

    I have look through with GOOGLE but not find some guide,
    Please give me some guide,
    thanks.

  2. #2
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    I see that nobody's answered you yet... and I don't really know the answers either. But, I'll try to give some suggestions and make some guesses .

    Start by looking-up the AVI file format at wotsit.org. I believe that AVI is a microsoft specification, so you might try searching the microsoft site too.

    I assume that you'll need to extract the desired frames from the AVI file, and convert the frames to arrays which will represent the images as bitmaps (or "pixel maps").

    Both virtualdub and avisynth are open source, so you should be able to look at the source code to see how others have implimented filters.

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    98
    @DougDbug :
    Thanks for giving me a hand.

    Start by looking-up the AVI file format at wotsit.org.
    This is a good site, I have save it .

    Both virtualdub and avisynth are open source, so you should be able to look at the source code to see how others have implimented filters.
    I have download some opensource filter prog, but it's very complex for me , some prog even include ASM statement, I think I will never study asm, it's make me headache.

    I am a avi fun , my studing vc++ purpose is to write some filters, not to be a vc++ guru.
    so I just want to forward in this way.
    I want to continue study in college, but donn't know what course should be selected.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. init adopts zombie process?
    By password636 in forum Linux Programming
    Replies: 4
    Last Post: 07-01-2009, 10:05 AM
  2. create a child process that creates a child process
    By cus in forum Linux Programming
    Replies: 9
    Last Post: 01-13-2009, 02:14 PM
  3. Replies: 3
    Last Post: 10-15-2008, 09:24 AM
  4. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  5. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM