matthew - retroedge.tech on Nostr: While working on a video, I found a way to do background noise filtering with ffmpeg. ...
While working on a video, I found a way to do background noise filtering with ffmpeg.
ffmpeg -i input.mkv -af arnndn=lq.rnnn output.mkv
I found the information and link to download the rnnn filter file at https://www.amirsharif.com/using-ffmpeg-to-reduce-background-noise/
#videoediting #ffmpeg #linux
ffmpeg -i input.mkv -af arnndn=lq.rnnn output.mkv
I found the information and link to download the rnnn filter file at https://www.amirsharif.com/using-ffmpeg-to-reduce-background-noise/
#videoediting #ffmpeg #linux