resolve_detect_silence
Find dead air on the current timeline with ffmpeg. Detects quiet sections across audio tracks or spine track, returning timeline-relative seconds for precise editing.
Instructions
Find dead air on the current timeline with ffmpeg (read-only; needs ffmpeg). detect_on="carried" reports only time when EVERY enabled audio track is quiet (safe for multi-mic podcasts); "spine" analyzes just the spine track. threshold_db 0 = calibrate per clip. Returns timeline-relative seconds (the same scale as resolve_get_transcript captions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracks | No | all | |
| detect_on | No | carried | |
| audio_stream | No | ||
| threshold_db | No | ||
| spine_track_type | No | audio | |
| spine_track_index | No | ||
| min_silence_seconds | No |