TODDBLOG/ posts/ animating images with mencoder

How to make an animation from a bunch of pictures:

mencoder "mf://*.png" -mf type=png:fps=18 -ovc lavc -o file.avi

Or the animated gif version using Imagemagick:

convert *.png file.gif

Output :) tech