Metrics

auto
Gap Detection
per-clip
Silence Maps
ms
Timestamp Precision

How It Works

Detection Pipeline

Audio is extracted from each clip via FFmpeg, then analyzed by auto-editor's silence detection engine. Regions below the noise threshold are flagged as silence with precise start/end timestamps. The output is a silence map per clip.

ParameterValue
Toolauto-editor 29.3.1
Audio ExtractionFFmpeg via ffmpeg-python
DetectionAmplitude threshold + minimum duration
OutputSilence map JSON with timestamps
PrecisionMillisecond-level start/end markers

Visualization

Audio/Silence Map

Each clip produces a timeline showing audio regions (green) and detected silence gaps (red). This feeds into the rough cut stage where silence is automatically trimmed.

CC_SHOT_003 — Silence Map
AUDIO
GAP
AUDIO
GAP
AUDIO
GAP
AUDIO
GAP
AUDIO
Audio content Detected silence

Use Cases

Pipeline Integration

StageHow Silence Data Is Used
Rough CutAuto-trim silence gaps below configurable threshold
Pacing AnalysisSilence-to-speech ratio informs pacing score
Chapter ScoringExcessive silence lowers content quality score
Dialogue MatchingSilence boundaries help segment speech content

Analyzed Clips

Silence Detection Targets

Clip analysis 1
CC_SHOT_003
Silence map generated
Clip analysis 2
CC_SHOT_007
Silence map generated
Clip analysis 3
CC_SHOT_011
Silence map generated

Related