Reading and writing avi file
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to separate the audio and video from the input avi file.How can i write the code to accomplish this.Are there any projects or url to explain how one can do this. Regards, Mayank
As with any file types, study the file format and parse the contents the way you want. AVI File Format[^] Also, if you search Code Project articles for "AVI" you'll find lots of code samples. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: