video_create_from_images
Combine images in order into a video. Customize frames per second and choose where to save the output.
Instructions
Create a video from a sequence of images.
Args: images: List of absolute paths to image files (in order). output_path: Where to save the output video. Auto-generated if omitted. fps: Frames per second for the output video (default 30.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | ||
| output_path | No | ||
| fps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||