/Video-Silence-Remover

A tool created to automatically remove silence from videos.

Primary LanguagePython

Video Silence Remover

The objective of this project is to create software capable of assisting in automatic video editing, with minimal human supervision. I have a video (in portuguese) that explains the project.

How to Use

First of all, it needs ImageMagick installed in your system. I have used ImageMagick-7.0.10-Q16.

Installing

  1. From a terminal window, use "git clone https://github.com/lucaslattari/Video-Silence-Remover.git" command.
  2. Run "pip install -r requirements.txt".

Running

Run "python main.py video.mp4" from project folder. At the end of the program execution, the final.mp4 file will be created in the folder.

Command line arguments are presented: Program Arguments

More Details

Built With

Contributing

Consider yourself welcome to contribute to the project!

Authors

Acknowledgments

  • People who follow me on youtube and on the internet.
  • Douglas Lacerda - HermesPasser for helping to improve the initial code.