video_fade
Apply fade-in and fade-out effects to videos by specifying durations for transitions from and to black.
Instructions
Add fade in/out effect to a video.
Args: input_path: Absolute path to the input video. fade_in: Fade in duration in seconds (from black). fade_out: Fade out duration in seconds (to black). output_path: Where to save the output. Auto-generated if omitted.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| fade_in | No | ||
| fade_out | No | ||
| output_path | No |