Video playing inside C++ project file.

I am trying to get a special video file to play using C++ v5.02 for Windows. But I wish to only make it play without any of the controls to play, stop or rewind the video file. Also there will be sound as well, that is inside the video file.

So how would I go about doing that using C++?
Most file types have specific libs written for demuxing. The first task is finding out which file type you're using. If you care to do that I'll help you find a lib for it.(if it exists) otherwise, you'll have to write one, in which case you'll need the RFC for the file type or a lot of time and patience to reverse engineer it. Though personally I'm against reinventing the wheel.
Yes kind sir.

It's an Windows Media *.AVI digital DVD file.
Topic archived. No new replies allowed.