set_clip_properties_batch
Set opacity, scale, rotation, and position for many clips in one call, returning per-clip results so failed property changes are reported.
Instructions
Applies Motion properties (opacity/scale/rotation/position) to MANY clips in a single round-trip — the fast path for per-speaker framing across a whole rebuilt edit. ~50x faster than one set_clip_properties call per clip. Returns a per-clip result array; each result carries an applied map ({opacity,scale,rotation,position}) and success is true only when EVERY requested property was actually found and set (a missing Motion property is reported, not silently ignored).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of clip + properties pairs |