DV AVI frame extraction with Python?

Roger Binns rogerb at rogerbinns.com
Sun Oct 10 16:08:09 EDT 2004


Igor wrote:
> Can anybody point at package for Python that can allow to open DV AVI
> file and extract frames from it?

You can use ffmpeg (which pymedia is based on) to convert the file
to a motion jpeg (tell it use extension mjpeg).  A motion jpeg file
is roughly each frame as a seperate jpeg image all concatenated together.

Roger 





More information about the Python-list mailing list