Skip to content
/ denoise Public

Denoise the background audio in a video file using ffmpeg, sox and libvo_aacenc to re-encode as 128k AAC.

License

Notifications You must be signed in to change notification settings

nnog/denoise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38e624b · Jan 16, 2014

History

3 Commits
Jan 16, 2014
Jan 16, 2014
Jan 16, 2014

Repository files navigation

denoise

Denoise the background audio in a video file using ffmpeg, sox and libvo_aacenc to re-encode as single-channel 128k AAC.

This took me an annoyingly long time to work out how to do; hence githubbing it.

This was intended to scratch a personal itch (a very noisy itch) so open it up and edit the values before using.

Producing MP4/H.264 video with 1-channel 128k AAC headset mic-recorded screencast (I recommend SimpleScreenRecorder on linux) yielded background audio noise that this script sorts out.

To run in batch on mp4 files:

$ find . -name \*.mp4 -exec ./denoise.sh {} \;

About

Denoise the background audio in a video file using ffmpeg, sox and libvo_aacenc to re-encode as 128k AAC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages