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.
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.