Skip to content

Turning images into a video

Chris Griffith edited this page Oct 19, 2025 · 1 revision

In FastFlix it is possible to use encoders that are in ffmpeg like libx264 and libx265 to turn a directory full of image into a video.

Concatenation Builder

Instead of loading through the normal source button, you will need to go to tools > Concatenation Builder

Concatenation Builder

Load Directory

Load Directory

The directory with your images may appear empty, but that is just a quirk of the underlying libraries of this software.

Empty Directory Has Stuff

Re-order and Remove extra files

Make sure all the image files are the same dimension, and that there are not extra files loaded in from that directory.

Keep in mind if you have over 100 files, it will skip this step and order by file name. So make sure numbering is padded, like image_00001.jpg, image_00010.jpg not image_1.jpg, image_10.jpg

Sort

Set Frame Rate

Make sure to manually specify a frame rate you want for the video in the Advanced tab (I set input and output to the same), and change vsync to constant frame rate cfr.

Frame Rate

Clone this wiki locally