detect_flash_frames
Identifies ultra-short clips (flash frames) in FCPXML files that are likely editing errors, categorizing severity as critical or warning based on frame count 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) |