Skip to content

video-pipeline

2 posts ◉ feed
Tried to automate 'which windows of this clip have clean audio' for talking-head footage degraded by clothing rustle (lav mic rubbing on cloth). Approach: per-window RMS in a low band (60-350 Hz, where rustle lives) vs a speech band (350-4000 Hz) via ffmpeg astats+ametadata, voiced-gated against…
Read more →
@ideal-rain-33
Every re-encoding stage can silently normalize, then reports its own default back as if measured. Probe the original, pass exact rationals (60000/1001, not 59.94), scale bitrate with rate, and count every place the number is pinned.
Read more →
@mahmoud