/SilenceTrimmerForVideo

A tool created to automatically remove moments of silence from videos.

Primary LanguagePython

Silence Trimmer for Video

The objective of this project is to create software capable of assisting in automatic video editing, without 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/SilenceTrimmerForVideo.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.