import_beat_markers
Import beat markers from a JSON file of audio analysis into a Final Cut Pro XML timeline. Choose marker type (standard or chapter) and filter beats (all, downbeat, measure).
Instructions
Import beat markers from external audio analysis (JSON format)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to FCPXML file | |
| beats_path | Yes | Path to beats JSON file | |
| marker_type | No | standard | |
| beat_filter | No | Which beats to import | all |
| output_path | No | Output path (default: adds _beats suffix) |