Please help me to parse the AVI files which are compressed using M-
JPEG(Motion - JPEG) compression algorithm. Please tell me from where
I can get the source code of AVI parser?
RIFF is easy to parse. http://en.wikipedia.org/wiki/Resource_Interchange_File_Format
You should have the code up in half an hour or less. The parsing is
easy. The trouble begins when you have to do something with the chunk
data. ;-)