makeVideo stupidness
Status: Beta
Brought to you by:
jbors
I've been trying to utilize PyMedia in a research
project I have going because I need to be able to write
movie files from images that I generate with PIL. I
can't seem to figure out the arguments to pass to
makeVideo however. In particular, what is the format of
the inPattern arg?
I've been passing it stuff like:
makeVideo('foo.jpg','bar.mpg','mpeg2video')
Thanks so much!