capcut_add_image
Insert an image into a CapCut draft on the chosen track and time, setting position, scale, rotation, opacity, and duration. Appends after the last clip when no start time is specified.
Instructions
Add an image at a time on a track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| posX | No | ||
| posY | No | ||
| atSec | No | start time on the timeline, seconds. Omit to append right after the last clip on the target track (no manual running-total math needed). | |
| 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 |