Short version on how to create xvid-movies from a set of jpeg images.
You need a set of images captured from a source, webcams or a scientific program.
Run the command:
mencoder “mf://*.jpg” -mf type=jpeg:fps=10 -ovc lavc -force-avi-aspect 1.3 -ffourcc xvid:par=vga11 -nosound -o test.avi
PS! Make sure every JPEG-image is valid. Mencoder vil barf and make an incomplete movie file.
Popularity: 1% [?]