ffmpeg -r 24 -start_number 32 -i DSC_%04d.JPG -s hd1080 -vcodec libx264 timelapse.mp4
-r 24 - output frame rate
-start_number 32 - if filenames don't start at 0000, then specify start number
-i DSC_%04d.JPG - e.g. DSC_0397.JPG
-s hd1080 - 1920x1080 resolution
-crf 18 -preset slow
Thanks but why there are two
-is? Also, when I run your command I get an error:Of course, my file names are like
IMG_1234.jpgand that's why I've changed the pattern. When I remove the second-iwhich causes issues, the process goes through but the result is a messed up video with flat colors in it. I'm not sure if this is relevant, but I'm getting this warning too:Any help is appreciated, thanks.