Re: Convertimg a Sequence of Images to an AVI File

2008-10-17 Thread Lawrence D'Oliveiro
In message <[EMAIL PROTECTED]>, W. eWatson wrote: > I'd like to simply take the large images out of the file and make an avi > file from them. What in Python will help me do that? Probably easier to just use FFmpeg from the command line. -- http://mail.python.org/mailman/listinfo/python-list

Re: Convertimg a Sequence of Images to an AVI File

2008-10-17 Thread W. eWatson
W. eWatson wrote: I have a file of images shot at a frame rate of 1/30th of a second. They are 640 by 480 bytes followed immediately by up to 200 smaller images 128x128 pixels. The software I'm using will convert this into a mov file. I'd like to simply take the large images out of the file and

Convertimg a Sequence of Images to an AVI File

2008-10-17 Thread W. eWatson
I have a file of images shot at a frame rate of 1/30th of a second. They are 640 by 480 bytes followed immediately by up to 200 smaller images 128x128 pixels. The software I'm using will convert this into a mov file. I'd like to simply take the large images out of the file and make an avi file f