How to convert jpg images to a movie file using Mplayer’s MEncoder

Here’s a command line to convert a folder with jpg’s into a mp4 using MEncoder

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

MEncoder is part of MPlayer, download fromĀ http://sourceforge.net/projects/mplayer-win32/

Leave a Reply