$ sudo apt-get install camstream mencoder
$ cd /home/your_images_path
$ ls -1tr > files.txt
$ mencoder -nosound -ovc x264 -o output.mp4 -vf scale=720:540 -mf type=jpeg:fps=20 mf://@files.txt
aderbalnunesm 7 months ago
$ sudo apt-get install camstream mencoder
$ cd /home/your_images_path
$ ls -1tr > files.txt
$ mencoder -nosound -ovc x264 -o output.mp4 -vf scale=720:540 -mf type=jpeg:fps=20 mf://@files.txt
aderbalnunesm 7 months ago