0

I have a sequence of images as follow:

img_1.png
img_2.png
img_3.png
...
img_1799.png

From the documentation I run this command

ffmpeg -f image2 -pattern_type glob -framerate 24 -i 'img_*.png' test-size.mp4

but it doesn't generate the video correctly. I also looked online but wasn't able to find the correct command.

what's the command to run to merge all the images so the output video is 30s long at 24 fps?

t97
  • 27
  • 4

0 Answers0