capcut_add_video
Add a video clip to a timeline track in a CapCut draft. Use capcut_save to persist session edits.
Instructions
Add a video clip at a time on a track. Session edit; call capcut_save to persist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| posX | No | ||
| posY | No | ||
| atSec | Yes | start time on the timeline, seconds | |
| draft | Yes | ||
| scale | No | ||
| speed | No | ||
| durSec | No | duration (default: full media length) | |
| volume | No | ||
| opacity | No | ||
| rotation | No | ||
| trackIndex | No | target track (index in the tracks list); a new track is made if omitted | |
| srcStartSec | No | in-point inside the source file, seconds | |
| trackRenderIndex | No | layer order; higher = on top |