PDA

View Full Version : Determine Interleaving When reading AVI


Staz
5th February 2007, 02:05
Hi

I can get most info out of an AVI, eg : bitrate, framerate etc.
But how can I see how the AVI is interleaved and also the preload used.

ie : For example I'd like to know things such as the number of audio chunks per setting.

Cheers

foxyshadis
5th February 2007, 04:02
gspot can give you that information.

Staz
5th February 2007, 04:06
Sorry I should explain myself better. I want to find the interleaving information myself by reading the avi chunks/lists. I'm using the python programming language.

Cheers