| Computers Forum Index » Computer - Graphics (Algorithms) » AVI Parser source code... |
|
Page 1 of 1 |
|
| Author |
Message |
| Gurjant... |
Posted: Tue Oct 27, 2009 7:29 am |
|
|
|
Guest
|
Hi all,
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? |
|
|
| Back to top |
|
|
|
| aku ankka... |
Posted: Wed Oct 28, 2009 10:59 am |
|
|
|
Guest
|
On Oct 27, 9:29 am, Gurjant <gurjantsing... at (no spam) gmail.com> wrote:
Quote: Hi all,
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.  |
|
|
| Back to top |
|
|
|
|