Recurrent Neural Network to reduce noise with ffmpeg

Published: 29 August 2021
on channel: A Forum
1,558
20

documentation: https://ffmpeg.org/ffmpeg-all.html#ar...

very useful instructions: https://www.amirsharif.com/using-ffmp...

github models: https://github.com/GregorR/rnnoise-mo...

commands:

unzip the github models
unzip rnnoise-models-master.zip

extract audio from video
ffmpeg -i inputvideo.mp4 outaudio.mp3

arnndn command
ffmpeg -i outaudio.mp3 -af arnndn=m=rnnoise-models-master/somnolent-hogwash-2018-09-01/sh.rnnn a.wav

combine original video with new audio
ffmpeg -i inputvideo.mp4 -i a.wav -c:v copy -map 0::v:0 -map 1:a:0 new.mp4

extracting just the noise from audio
ffmpeg -i inputaudio.mp3 -af arnndn=m=rnnoise-models-master/beguiling-drafter-2018-08-30/bd.rnnn:mix=-1 begdra-1.mp3

thankyou for watching. Have a nice day


Watch video Recurrent Neural Network to reduce noise with ffmpeg online without registration, duration hours minute second in high quality. This video was added by user A Forum 29 August 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,558 once and liked it 20 people.