


It will also add black boxes on the sides in the case of vertical images. To ensure that i don’t get this error, i added this command which will scale the images to 1920px by 1080px while keeping the aspect ratio.

filter_complex scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:(ow-iw)/2:(oh-ih)/2ĭuring testing i had issues because the width of my images wasn’t divisible by 2 and i was using yuv 420p pixel format. %03d.jpg this part points to how you numbered your images, and what image file format you’ll be using. Make sure to put this bit before your -input. The duration of one image, in this case it’s 2 seconds. Here are other elements that I thought could use some clarification: -framerate 1/2 In this scenario, all of your images are in the same folder, in a sequence with proper naming. Let’s just take a moment to clarify a few things from the command above. Once you press “Enter”, it will trigger FFmpeg’s script and the slideshow video will appear.
