import_srt_markers
Convert SRT or VTT subtitles into timeline chapter or standard markers with configurable modes and label truncation for organizing video edits.
Instructions
Import SRT or VTT subtitles as chapter markers on the timeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to FCPXML file | |
| srt_path | Yes | Path to SRT or VTT subtitle file | |
| mode | No | How to create markers: every subtitle, first per minute, or on text changes | first_per_minute |
| marker_type | No | chapter | |
| max_label_length | No | Truncate marker labels to this length | |
| output_path | No | Output path (default: adds _subtitled suffix) |