yonilevy / noiseclean

A simple bash script to remove audio noise from audio and videos files.
112 stars 16 forks source link

Stuck #2

Closed qadirsuh closed 7 years ago

qadirsuh commented 7 years ago

I tried like this $ sh noiseclean.sh babble.wav babble_clean.wav

but here is the output and is stuck

noiseclean.sh: line 32: ffprobe: command not found Detected 'babble.wav' as an audio file Sample noise start time [00:00:00]:

yonilevy commented 7 years ago

Yeah this script requires that you have both ffmpeg and sox installed, I'll edit the readme to reflect that.

Thanks for reporting!