1
1
I’ve got a series of JPG images going from 108-AN-001 to 108-AN-045.
I need to convert these into a single WebM video file.
I've tried this command:
ffmpeg -f image2 -i 108-AN-%03d.jpg -vf 12 output.webm
However, it would seem to be broken on Windows 7, as I get this error in the console:
[image2 @ 02d7f7c0] Could find no file with path '108-AN-C:\Users\Irastris\Desktop\Programs\FFMPEG\imagestoavi.bat3d.jpg' and index in the range 0-4
Can anyone help me?
Thank you! Now I just need to play with the framerate. :P – Irastris – 2015-10-09T05:53:46.983