Thread: Play avi file.

  1. #1
    Registered User
    Join Date
    Feb 2006
    Posts
    3

    Play avi file.

    Hello, i have to write a C code to play an avi file.
    I'm loking for an example code, but I didn't find it in web. Can you help me?
    Thanks a lot

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Do you mean the
    a) easy way of just telling windows media player to go and play it for you
    b) the very hard way of actually decoding AVI files yourself and displaying the result.

    The answer to the former is in the FAQ.

  3. #3
    Registered User
    Join Date
    Feb 2006
    Posts
    3
    I can try with the easy way, but telling windows media player to go and play avi in full screen mode. Is it possible?
    Thanks!

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Is there a problem with reading the FAQ?

  5. #5
    Registered User
    Join Date
    Feb 2006
    Posts
    3
    I have read the FAQ but i haven't found it, could you tell me which FAQ contents is it?
    Thanks

  6. #6
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems passing a file pointer to functions
    By smitchell in forum C Programming
    Replies: 4
    Last Post: 09-30-2008, 02:29 PM
  2. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  3. archive format
    By Nor in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 08-05-2003, 07:01 PM
  4. Making a LIB file from a DEF file for a DLL
    By JMPACS in forum C++ Programming
    Replies: 0
    Last Post: 08-02-2003, 08:19 PM
  5. Hmm....help me take a look at this: File Encryptor
    By heljy in forum C Programming
    Replies: 3
    Last Post: 03-23-2002, 10:57 AM