create_fade_animation
Transform static images into fade animation videos by applying fade-in, fade-out, or combined effects to create smooth visual transitions.
Instructions
Create a fade-in animation video from a static image. The image will fade from black to full visibility.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes | Path or URL to the input image | |
| duration | No | Duration of the fade animation in seconds (default: 3) | |
| output_path | No | Path where the video will be saved (default: fade_animation.mp4) | fade_animation.mp4 |
| fade_type | No | Type of fade effect: 'in' (fade in), 'out' (fade out), 'in-out' (fade in then out) | in |