Blog Archive for June 19, 2022

ffmpeg-python

June 19, 2022

I wanted to generate a slideshow from some images, adding captions along the way and some fades. I decided to do this using ffmpeg-python, and to do it inside a docker container.

JPG to MP4

This function is used to convert a static JPG image file into a MP4 of …