Create a video from one or more images with optional audio.
# Slideshow Video ## Overview Create a video from one or more images with optional audio. ## Model Metadata - Provider: renderer-worker - Category: clip-editor - Output Type: video - Slug: renderer-image-slideshow ## Notes Use the Playground tab above to test prompts and parameters.
Model input reference derived from preset schema.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| fps | number | No | 30 | Frames per second |
| mode | select | No | "cover" | How to fit images |
| width | integer | No | 1080 | Output width |
| height | integer | No | 1920 | Output height |
| audioUrl | audio | No | null | Optional soundtrack for the slideshow video |
| imageUrls | image | Yes | - | Images to turn into a slideshow |
| outputFormat | select | No | "mp4" | Output video format |
| durationPerImage | number | No | 3 | Seconds per image |