Contents |
This details the steps to do that.
First convert to jpg. Maybe you need to strip down a transparent background, then use something like:
mogrify -format jpg -background white -flatten *.png
You can use our Natural order module for that.
Use (fps is the "frame per second" rate):
mencoder "mf://*.jpg" -mf fps=10 -ovc lavc -o movie.mp4