

Once you have your source images named correctly and in the same directory, you can run this command at the command line (from inside your image directory): By default ffmpeg expects that images should be numbered starting from zero. They should be named sequentially, for example img-00.png, img-01.png, img-02.png and so on.

You need to make sure your sequence of images are in the same folder and named correctly. It’s actually quite easy to create a video from images using ffmpeg, as long as you prepare your image files in right way. ffmpeg is a powerful, versatile command line tool which is widely used for other movie and animation manipulation tasks. This post shows you how you can use the free command line tool ffmpeg to create a video from images. Turning a sequence of images into a video can be useful for creating stop-frame movies, scientific animations, and simple slide shows.
