image_to_video
Convert a static image to a video with a specified duration and frame rate.
Instructions
Convert a static image to a video with fixed duration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imagePath | Yes | Path to input image file | |
| outputPath | Yes | Path for output video file | |
| duration | Yes | Duration in seconds | |
| fps | No | Frames per second |