capcut_set_clip_transform
Set a clip's scale, rotation, x/y position, and opacity in a CapCut project. Use this to precisely reposition or resize any video segment.
Instructions
Adjusts scale, rotation, translation position (x, y), or opacity of an existing clip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | Horizontal position [-1.0 to 1.0]. | |
| y | No | Vertical position [-1.0 to 1.0]. | |
| alpha | No | Opacity from 0.0 to 1.0. | |
| scale | No | Scale factor (1.0 = 100%). | |
| rotation | No | Rotation in degrees. | |
| segment_id | Yes | UUID of the segment. | |
| project_name_or_id | Yes | Target project name or ID. |