detect_flash_frames
Solve flash frame errors by analyzing FCPXML timelines to detect ultra-short clips and categorize their severity as critical or warning using configurable frame thresholds.
Instructions
Find ultra-short clips (flash frames) that are likely errors, with severity categorization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to FCPXML file | |
| critical_threshold_frames | No | Frames below this = critical (default: 2) | |
| warning_threshold_frames | No | Frames below this = warning (default: 6) |