adolfont / Video-Silence-Remover

A tool created to automatically remove silence from videos.

Home Page:https://youtu.be/7ELvYSHCAc4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A tool created to automatically remove silence from videos.

https://youtu.be/7ELvYSHCAc4


Languages

Language:Python 100.0%