Split segment
split_segmentSplit a segment at the given time offsets (ms, 1-3 cuts → 2-4 parts). inherit_index picks which resulting part keeps the original creative data — that part keeps its rendered assets, SFX, overlays and continuation links (a rendered clip goes stale; re-render it). The other parts start fresh. Later segments renumber — re-check get_segments before further edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | True previews the consequences without changing anything | |
| offsets_ms | Yes | Cut points as millisecond offsets from the segment start, ascending; 1-3 cuts producing 2-4 parts | |
| project_id | Yes | Project ID, as returned by create_project or list_projects | |
| inherit_index | No | 0-based index of the resulting part that keeps the original creative data (default: the first part) | |
| segment_number | Yes | 1-based number of the segment to split, as reported by get_segments |