Slideshow & Ken Burns Generator

Create video slideshows from static images. Add fade transitions, loop images, and apply dynamic zoom/pan (Ken Burns) effects.

Image to Video (Loop)

Create a 10-second video from a single image.

ffmpeg -loop 1 -i image.jpg -c:v libx264 -t 10 -pix_fmt yuv420p output.mp4
Note:-loop 1 loops the input. -t 10 sets duration. -pix_fmt yuv420p ensures compatibility.

Simple Slideshow

Create video from numbered images (img001.jpg, etc).

ffmpeg -framerate 1/3 -i img%03d.jpg -c:v libx264 -r 30 -pix_fmt yuv420p output.mp4
Note:-framerate 1/3 shows each image for 3 seconds. -r 30 sets output framerate to 30fps.

VIDEO API

Discover why Hunt is the preferred API provider for developers.