• Stars
    star
    105
  • Rank 328,196 (Top 7 %)
  • Language
    Shell
  • Created over 10 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple bash script to remove audio noise from audio and videos files.

noiseclean

A simple bash script to remove audio noise from audio and video files.

Requirements

Usage example:

$ ./noiseclean.sh intro.mp4 intro_cleaned.mp4
Detected 'intro.mp4' as a video file
Sample noise start time [00:00:00]:
Sample noise end time [00:00:00.500]:
Noise reduction amount [0.21]:
Cleaning noise on 'intro.mp4'...
Done

Based on: http://www.zoharbabin.com/how-to-do-noise-reduction-using-ffmpeg-and-sox/