How to combine a bunch of images into a video?

Hey Lvan,

There is a tool called FFmpeg perfectly made for your use case. FFmpeg allows you to create a video from images with different video codecs and options, you can use the following command to convert PNG images into MP4 video with an H264 video codec.

And here is the solution if you missed adding keyframes to the video.