You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#audio to denoised audio
ffmpeg -i out_cropped.mov -af 'lv2=plugin=https\\://github.com/lucianodato/speech-denoiser' -vcodec copy out_cropped_denoised.wav
#for if you want to put it with a video
&&
ffmpeg -i out_cropped.mov -i out_cropped_denoised.wav -c:v copy -map 0:v:0 -map 1:a:0 out_cropped_denoised.mov
I have a workaround for this, so it's not a huge issue. I described everything here, to see if some ffmpeg expert would be up for the task.
https://stackoverflow.com/questions/58600620/ffmpeg-complex-filtering-how-to-get-around
The text was updated successfully, but these errors were encountered: