[Tutor] Movies from jpg files

Hugo González Monteverde hugonz-lists at h-lab.net
Tue Apr 10 09:48:57 CEST 2007


János Juhász wrote:

> 
> Thanks your response.
> It should works well with some images, but I would do it with a scheduled 
> way
> with some 1000 files.

Hi,

I previously have used python to control mencoder. Mencoder does the 
combining and putting together into a video.

You script the arguments and the command line switches to mencoder. 
Maybe use the subprocess module? or the "commands" module for very 
simple tasks?

http://www.mplayerhq.hu/
http://en.wikipedia.org/wiki/MEncoder

Hugo


More information about the Tutor mailing list