https://github.com/raphaelbs/silence-removal
Removes all frames of a video with a volume under a certain threshold, leaving only the relevant parts of the video.
https://github.com/raphaelbs/silence-removal
Last synced: about 2 months ago
JSON representation
Removes all frames of a video with a volume under a certain threshold, leaving only the relevant parts of the video.
- Host: GitHub
- URL: https://github.com/raphaelbs/silence-removal
- Owner: raphaelbs
- License: mit
- Created: 2020-12-19T02:00:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T02:25:58.000Z (over 5 years ago)
- Last Synced: 2025-03-01T12:49:07.073Z (over 1 year ago)
- Language: TypeScript
- Size: 2.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Silence removal
Removes all frames of a video with a volume under a certain threshold, leaving only the relevant parts of the video.
Heavily inspired by https://github.com/wciesialka/silence-extractor.
## How to use
TODO: setup Docker env to run the CLI
## Roadmap
Checkout the roadmap to V1 [here](https://github.com/raphaelbs/silence-removal/projects/1).