Commit Graph

1 Commits

Author SHA1 Message Date
Digital Studium cf57ab492d feat(remove\_noise.sh): add script to extract, clean and re-insert audio from .mp4 files with noise reduction and normalization
This script does the following:
1. Extracts audio from all .mp4 files using ffmpeg.
2. Takes the first second of the first extracted audio file as a noise sample using SoX.
3. Applies noise reduction and normalization filters to each audio file using SoX.
4. Re-insertes the cleaned audio back into the corresponding videos using ffmpeg.
5. Removes the original audio files and the noise profile file.
2024-03-09 08:36:34 +03:00