/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

  1. # Automated Noise Removal
  2. 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:
  3. - FFmpeg
  4. - Sox
  5. - Python
  6. ## Setup instructions
  7. 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:
  8. 1. [SoX]( http://sox.sourceforge.net/ ) - _Use the link to download_
  9. 2. [pydub](https://pypi.org/project/pydub/) - `pip install pydub`
  10. (Make sure you edit your Sox installation path and working directory's file's names in script before running)
  11. ## Output
  12. Running the Script:
  13. ![alt text](https://i.imgur.com/eQE2Q2D.png)
  14. Before Running:
  15. ![alt text](https://i.imgur.com/IMwghKX.png)
  16. After Running:
  17. ![alt text](https://i.imgur.com/VjEH8TA.png)
  18. ## Author
  19. [Rahul Rana](https://github.com/owlrana/)
  20. Connect with me on [LinkedIn](https://www.linkedin.com/in/reachrahulrana/).
  21. You can mail me [here](mailto:me.rahulrana@outlook.com).