set_clip_properties_batch
Apply Motion properties (opacity, scale, rotation, position) to many clips in a single batch call, framing per-speaker across an entire edit without repeated round-trips. Returns per-clip results and reports missing properties.
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 |