mpeg encoding

Randall Hopper aa8vb at yahoo.com
Tue Jun 20 10:18:13 EDT 2000


Dave Berkeley:
 |I have written a python extension which allows me to control a Kodak DC215
 |digital camera for use in time lapse photography using the Kodak SDK. I can
 |now grab jpg images every 20 or so seconds, and leave it running all day.
 |
 |Does anyone know how to convert a set of jpg images into mpeg using PIL?

With PIL?  No. 

mpeg_encode is an option:

   ftp://mm-ftp.CS.Berkeley.EDU/pub/multimedia/mpeg/encode/

IIRC it only takes frame speeds of 24, 25, and 30 fps.  You can specify
images multiple times in its param file to fudge the frame rate you want
though.

-- 
Randall Hopper
aa8vb at yahoo.com




More information about the Python-list mailing list