import_transcript_markers
Import timestamped transcripts as markers in FCPXML files. Supports YouTube chapter format (00:00 Title) and HH:MM:SS format.
Instructions
Import timestamped transcript (YouTube chapter format) as markers. Supports '0:00 Title' and 'HH:MM:SS Title' formats
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to FCPXML file | |
| transcript | No | Timestamped text (one per line: '0:00 Introduction') | |
| transcript_path | No | Path to text file with timestamps (alternative to inline transcript) | |
| marker_type | No | chapter | |
| output_path | No | Output path (default: adds _chapters suffix) |