split_caption_line
Split one caption line into two at a COMPOSITION frame strictly inside its window (in the editor this is the playhead). The right half is a full clone — style, band geometry, weld — and the text divides at the word gap nearest the split point (a single-word line keeps its text on the left; the right half starts empty). A welded line stays welded on both halves (the frame converts to the clip's source timeline); a standalone line splits its block. Returns { left, right, splitFrame }. Retime the halves afterwards with set_layer_block; fix the wording with set_layer_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| atFrame | Yes | Composition frame to split at — must be strictly inside the line's on-timeline window (see describe_video / inspect_layers for windows). | |
| elementId | Yes | The caption line to split, "text.<id>". | |
| projectId | Yes | Opaque project id (a v4 UUID, from list_projects/create_project). Selects which existing project this call mutates. |