Slideshow from images
video_from_imagesCreate a slideshow video from a list of images with a fixed display duration per image, optionally adding a soundtrack. Images resize to match the first image.
Instructions
Build a video from a list of images, shown in order for a fixed number of seconds each, optionally with a soundtrack. Images are fitted to the first image's size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_path | No | Optional soundtrack (trimmed to the slideshow length) | |
| image_paths | Yes | Images in display order | |
| output_path | No | Where to write the .mp4 | |
| seconds_per_image | No | How long each image shows (default 3) |