a memo

Making Movies from Image Sequences Using mencoder

You got a directory full of similar jpegs that form the frames of a movie. They're in numerical order. You type:

mencoder \*.jpg -mf on:fps=25 -ovc lavc -lavcopts vcodec=mpeg4 -o output.avi

That should get you started.

By Psydeshow on October 9, 2002 at 1:07am

jump to top