import_transcript_markers
Import timestamped transcripts as chapter markers into FCPXML files, supporting both '0:00 Title' and 'HH:MM:SS Title' formats.
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) |