remove_silence_candidates
Remove or mark detected silence gaps in FCPXML timelines based on confidence threshold. Use delete mode to strip silence or mark mode to add red markers for review.
Instructions
Remove or mark detected silence candidates from timeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to FCPXML file | |
| mode | No | delete=remove clips/gaps, mark=add red markers | mark |
| min_gap_seconds | No | ||
| min_confidence | No | Only act on candidates above this confidence | |
| output_path | No | Output path (default: adds _silence_cleaned suffix) |