Convertimg a Sequence of Images to an AVI File

W

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 from
them. What in Python will help me do that?
--
W. eWatson

(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

Web Page: <www.speckledwithstars.net/>
 
W

W. eWatson

W. eWatson said:
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 from them. What in Python will help me do that?
It looks like the ticket is <http://pymedia.org/index.html>

--
W. eWatson

(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

Web Page: <www.speckledwithstars.net/>
 
L

Lawrence D'Oliveiro

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top