Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wciesialka/silence-extractor

Removes all frames of a video with a volume over or under a certain threshold, leaving only the silent or louds parts of the video.
https://github.com/wciesialka/silence-extractor

audio audio-processing ffmpeg video video-editing video-processing volume

Last synced: about 9 hours ago
JSON representation

Removes all frames of a video with a volume over or under a certain threshold, leaving only the silent or louds parts of the video.

Awesome Lists containing this project

README

        

# silence-extractor

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

## requirements

* ffmpeg
* Python 3.7+
* requirements from [requirements.txt](requirements.txt)

## 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](LICENSE) for details

## authors

* Willow Ciesialka