Reading AVI files

Tim Roberts timr at probo.com
Fri Mar 7 02:35:26 EST 2003


nadavhoresh at netscape.net (Nadav Horesh) wrote:

>Is therre any Python module enabling simple .AVI files read?

The standard chunk.py can read IFF files, of which the AVI's RIFF format is
one kind.  Also check out the wave.py module, which uses chunk.py to read a
.wav file.  .wav files are very close to .avi files.
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.




More information about the Python-list mailing list