resolve_apply_lut
Apply a .cube LUT to specific clips or all clips on a video track. Perform a dry run to preview changes, then confirm to apply.
Instructions
Apply a .cube LUT to clips on a timeline video track. dry_run first, then confirm. Live tier only. To produce the LUT file itself, use the color_match engine (both tiers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true when dry_run is false, to apply the plan. | |
| dry_run | No | When true (default), return the plan without changing anything. | |
| lut_path | Yes | Path to a .cube LUT. | |
| node_index | No | Grade node to set the LUT on. | |
| track_index | No | Video track. | |
| clip_indexes | No | 1-based clip positions; omit for all clips on the track. |