resolve_build_cut_variant
Cut specified time ranges from every track into a new timeline, preserving multi-track sync. Removes filler words or off-topic passages while leaving the original timeline untouched.
Instructions
Text-based / manual editing: cut the listed ranges from ALL carried tracks into a NEW timeline (dry-run by default). remove: [{start_seconds, end_seconds}] in timeline-relative seconds, e.g. caption cues from resolve_get_transcript(source="captions") for filler words, false starts or off-topic passages. Ranges may overlap; the original timeline is not changed. tracks="all" (default) carries every video/audio track, keeping mics and cameras in sync; tracks="spine" carries only the spine track (A1 by default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remove | Yes | ||
| tracks | No | all | |
| dry_run | No | ||
| open_variant | No | ||
| carry_markers | No | ||
| min_keep_seconds | No | ||
| spine_track_type | No | audio | |
| new_timeline_name | No | ||
| spine_track_index | No |