RSSAmplifier

Amir Sharif · May 2, 2023

Using ffmpeg to reduce background noise

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Scenario: I have a file I recorded. It has background noise I want to remove (fans, clicking, etc.) Works good for fans but a little less well for clicking. Extract the audio file from the video ffmpeg -i <path> -vn -acodec copy output-audio.aac Pipe it through a rnn model. ffmpeg -i <audiopath> -af arnndn=<path to model> For path to model I just downloaded the std model from…

Read on amirsharif.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.