video_mograph_progress
Create progress bar, circle, or dot loading animation videos. Adjust color, track color, and frame rate to match your needs.
Instructions
Generate progress bar / loading animation.
Creates a standalone progress animation video.
Args: duration: Animation duration in seconds. output_path: Absolute path for output video. style: Progress style (bar, circle, dots). Default bar. color: Progress color hex. Default #CCFF00. track_color: Background track color hex. Default #333333. fps: Frame rate. Default 30.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| color | No | #CCFF00 | |
| style | No | bar | |
| duration | Yes | ||
| output_path | Yes | ||
| track_color | No | #333333 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||