Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wciesialka/silence-extractor
- Owner: wciesialka
- License: mit
- Created: 2019-08-06T23:26:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T02:07:27.000Z (over 1 year ago)
- Last Synced: 2023-07-02T03:21:15.541Z (over 1 year ago)
- Topics: audio, audio-processing, ffmpeg, video, video-editing, video-processing, volume
- Language: Python
- Homepage:
- Size: 256 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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