Plan Speaker Checkerboard
plan_speaker_checkerboardGenerate a speaker checkerboard plan from a word-timed transcript, returning frame-snapped segments, split points, and track assignments without altering the Premiere sequence.
Instructions
Plan a speaker checkerboard (each speaker's turns on their own video/audio track) from a caller-supplied word timeline. Returns frame-snapped segments, split points, track assignments, and the add_track/razor_all_tracks/move_clip_to_track routes. Local-only; never changes Premiere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_rate | No | Sequence frame rate used to snap times to frames; defaults to 30. | |
| handle_frames | No | Frames to pad each segment outward, clamped so adjacent turns never overlap; defaults to 2. | |
| speaker_order | No | Optional speaker labels fixing track slot order; unlisted speakers append in first-appearance order. | |
| word_timeline | Yes | Caller-supplied word-timed transcript for one Premiere source item. Words must be ordered by start time and bound to the transcript revision returned by get_clip_transcript_uxp. | |
| min_turn_seconds | No | Interior turns shorter than this are absorbed into the surrounding speaker; defaults to 0.8. | |
| merge_gap_seconds | No | Same-speaker words separated by at most this gap merge into one turn; defaults to 0.5. | |
| track_per_speaker | No | true (default) assigns one track per speaker; false alternates consecutive segments between two tracks. | |
| base_audio_track_index | No | Audio track holding the source clip; defaults to 0. | |
| base_video_track_index | No | Video track holding the source clip; defaults to 0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |