Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

AVI Parser source code

94 views
Skip to first unread message

Gurjant

unread,
Oct 27, 2009, 3:29:50 AM10/27/09
to
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?

aku ankka

unread,
Oct 28, 2009, 6:59:41 AM10/28/09
to

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

0 new messages