Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idmysteries/mpv-skip-silence
Playback mode that automatically skips/speed up silent parts
https://github.com/idmysteries/mpv-skip-silence
auto-editor mpv mpv-script silence silencedetect skip-silence
Last synced: 4 days ago
JSON representation
Playback mode that automatically skips/speed up silent parts
- Host: GitHub
- URL: https://github.com/idmysteries/mpv-skip-silence
- Owner: idMysteries
- License: unlicense
- Created: 2022-03-28T11:32:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T07:22:26.000Z (27 days ago)
- Last Synced: 2024-10-19T10:08:16.662Z (25 days ago)
- Topics: auto-editor, mpv, mpv-script, silence, silencedetect, skip-silence
- Language: Lua
- Homepage:
- Size: 85 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Automatic speed-up of silent video fragments for mpv player
## Usage guide
1. Install [auto-editor](https://github.com/WyattBlue/auto-editor)
```
pip install auto-editor
```
2. Copy "[autoeditor.lua](https://raw.githubusercontent.com/idMysteries/mpv-skip-silence/main/autoeditor.lua)" script to ["\mpv\scripts"](https://mpv.io/manual/master/#script-location) folder
3. Take a look at "[script-opts\autoeditor.conf](https://github.com/idMysteries/mpv-yt-dlp-files/blob/main/script-opts/autoeditor.conf)" as an example for script parameters. The default settings are in the script.
4. Press Shift+E in the player and you will see a message about the running analysis
5. Press Ctrl+Shift+E in the player and you will see the current settings## script-opts
```
enabled=no
silence_speed=2.5
threshold="4%"
margin="0.1s,0.2s"
mincut="1s"
```