Images to video
ffmpeg -f image2 -i %04d.jpg -qscale:v 0.1 video.mpg
with -r 24
you should adjust a framerate of images per second.
SH Dev Blog
about tec-stuff, math and a bit cooking
ffmpeg -f image2 -i %04d.jpg -qscale:v 0.1 video.mpg
with -r 24
you should adjust a framerate of images per second.