detect_flash_frames
Detects ultra-short clips likely to be editing errors, categorizing severity by 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 | |
| warning_threshold_frames | No | Frames below this = warning (default: 6) | |
| critical_threshold_frames | No | Frames below this = critical (default: 2) |