What problem does it solve?
Raw footage and exported masters often ship with hidden defects — low resolution, dead air, flat color, HDR clipping, or bad cut boundaries — and manually checking each one is slow and error-prone. Footage Gate automates post-production quality control with four deterministic, fully local FFmpeg pipelines, so you can verify and fix media before delivery without any cloud dependency.
Core Features & Use Cases
- Source Review: Probe video, audio, and image files to flag low resolution, mono audio, or too-short clips, with an optional DashScope Paraformer transcription summary.
- Silence Cut: Detect and remove dead air using pure-NumPy RMS analysis (no aubio dependency), then concat the kept segments with FFmpeg.
- Auto Color Grade: Sample frames with signalstats to derive a clamped eq filter chain, automatically prepending an HDR-to-SDR tonemap chain for HLG/PQ sources.
- Cut Boundary QC: Run four checks (boundary frame jitter, waveform spikes, subtitle safe zones, EDL duration consistency) against an EDL JSON, with an optional auto-remux repair loop of up to 3 attempts.
- Use Case: After exporting a master cut, run cut_qc with your EDL to catch a subtitle hidden behind the TikTok bottom UI and an audio spike at a cut point, then let the auto-remux loop fix both before delivery.
Quick Start
Ask the agent to create a footage-gate task, for example: run a source review on my uploaded video file and show me the quality risk report.