Skip to content

Instantly share code, notes, and snippets.

@smellman
Last active November 23, 2025 01:42
Show Gist options
  • Select an option

  • Save smellman/f6ad0523c738f459dfdbef1ce4b38da6 to your computer and use it in GitHub Desktop.

Select an option

Save smellman/f6ad0523c738f459dfdbef1ce4b38da6 to your computer and use it in GitHub Desktop.
ffmpeg noise cut
git clone https://github.com/GregorR/rnnoise-models.git
ffmpeg -i room_b.mp4 -af "aformat=sample_fmts=s16:channel_layouts=mono,aresample=48000,arnndn=m=rnnoise-models/somnolent-hogwash-2018-09-01/sh.rnnn, loudnorm=I=-18:TP=-1.5:LRA=11, afftdn=nf=-25" -c:v copy -c:a aac -b:a 192k room_b_clean-2.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment