Slideshow from images
video_from_imagesTurn a list of images into a video slideshow, showing each for a set duration and optionally adding a soundtrack, saved as MP4.
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) |