/Python/Automated_Noise_Removal/README.md
https://github.com/HarshCasper/Rotten-Scripts · Markdown · 37 lines · 21 code · 16 blank · 0 comment · 0 complexity · 8d3c4a2197d72d1f56cc95f62c6230ed MD5 · raw file
- # Automated Noise Removal
- The fundamental aim of this script is to automate the process of Audio Extraction, Profiling and Cleaning before the Mixing Stage for Voice-Overs or Audio Recordings in videos that is adjustable according to the user using Python. This is achieved with the help of the following open-sourced software:
- - FFmpeg
- - Sox
- - Python
- ## Setup instructions
- There is no installation for script to work on your system. Just download the script and run on any machine that has python 3+. The only packages that you might need to install would be:
- 1. [SoX]( http://sox.sourceforge.net/ ) - _Use the link to download_
- 2. [pydub](https://pypi.org/project/pydub/) - `pip install pydub`
- (Make sure you edit your Sox installation path and working directory's file's names in script before running)
- ## Output
- Running the Script:
- 
- Before Running:
- 
- After Running:
- 
- ## Author
- [Rahul Rana](https://github.com/owlrana/)
- Connect with me on [LinkedIn](https://www.linkedin.com/in/reachrahulrana/).
- You can mail me [here](mailto:me.rahulrana@outlook.com).