Thread: What should I use for playback of .AVI files?

  1. #1
    Registered User MilleniumFalcon's Avatar
    Join Date
    Feb 2014
    Posts
    33

    What should I use for playback of .AVI files?

    I tried to write a .AVI player a while back using the Video For Windows library, but I couldn't get it to work. The main problem I had was that for some reason it could not decompress the video I wanted to play. I found people asking about the same problem online, but no one knew the answer. I ended up not being able to complete my project because of that problem. I'm curious if there are any better options than Video For Windows. Or if I could just as easily manually parse the video file and extract the frames myself.

    Note : I know about ffmpeg, but I'd rather not use it because of the license it's under.

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    use COM to embed windows media player in your app.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. playback function
    By Josh Walford in forum C++ Programming
    Replies: 6
    Last Post: 10-18-2011, 06:35 AM
  2. Anyone else have stuttering playback with the new flash?
    By indigo0086 in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 12-21-2008, 03:52 PM
  3. PlaySound repetitive playback
    By Gerread in forum Windows Programming
    Replies: 3
    Last Post: 11-22-2007, 08:08 PM
  4. Playback microphone through DBS
    By hdragon in forum Tech Board
    Replies: 0
    Last Post: 06-11-2007, 02:38 PM
  5. [Win32] MP3 Playback
    By Lionel in forum Windows Programming
    Replies: 9
    Last Post: 01-02-2006, 04:55 PM