#create a small speed adjusted file mencoder "mf://*.jpg" -mf fps=60 -o output.avi -ovc lavc -lavcopts vcodec=mpeg4 #### ffmpeg -f image2 -i image%d.jpg video.mpg # This command will transform all the images from the current directory # (named image1.jpg, image2.jpg, etc...) to a video file named video.mp