Convert pics into movie
This is the basic of making movies on ffmpeg or mencoder:
ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4
.or.
mencoder "mf://*.jpg" -mf fps=10 -o test.avi -ovc lavc -lavcopts vcodec=msmpeg4v2:vbitrate=800
This is the basic of making movies on ffmpeg or mencoder:
ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4
.or.
mencoder "mf://*.jpg" -mf fps=10 -o test.avi -ovc lavc -lavcopts vcodec=msmpeg4v2:vbitrate=800
Discussion