making a video from single frames

Nikolaus Gradwohl2010-01-12T11:33:00+00:00

if you have exported a directory full of single frames from a processing sketch or a tool like toonloop or gimp you can combine them to a video using mencoder like this.

mencoder "mf://*.jpg" -mf fps=12 -o output.avi -ovc lavc -lavcopts vcodec=mpeg

the mplayer manual has more details in case you need them

here is a sample video i made using toonloop and some colored buildingblocks

buildingblocks toonloop video from Nikolaus Gradwohl on Vimeo.

read more ...