convert movie.gif %d.jpgConvert any series of multiple jpeg files into WMV format with:
mencoder 'mf://*.jpg' -mf type=jpg:fps=25 -ovc lavc -lavcopts vcodec=wmv2 -o movie.wmvTo convert a DivX video file into Flash Movie format use this command:
mencoder <inputfile> -ovc lavc -lavcopts vcodec=flv -of lavfIn general:To convert a video file from one format into the other, use the program "mencoder". It comes with the mplayer packages.
mplayer movie.wmv