Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 571 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 571 Bytes

silence-extractor

Removes any parts of a video with a volume over a certain threshold, leaving only the silent parts of the video.

requirements

running

Either run using pipenv run python main.py or run pip3 install --user -r requirements.txt to install dependencies followed by python3 main.py. I found that ffmpeg may not run correctly when using pipenv, so I suggest the second option.

license

Check LICENSE for details

authors

  • Willow Ciesialka