video_mograph_progress
Generate a progress animation video with customizable style (bar, circle, dots), color, and duration. Output a standalone video file.
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 |
|---|---|---|---|
| duration | Yes | ||
| output_path | Yes | ||
| style | No | bar | |
| color | No | #CCFF00 | |
| track_color | No | #333333 | |
| fps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||