Skip to content

Playback mode that automatically skips/speed up silent parts

License

Notifications You must be signed in to change notification settings

idMysteries/mpv-skip-silence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automatic speed-up of silent video fragments for mpv player

Usage guide

  1. Install auto-editor
pip install auto-editor
  1. Copy "autoeditor.lua" script to "\mpv\scripts" folder
  2. Take a look at "script-opts\autoeditor.conf" as an example for script parameters. The default settings are in the script.
  3. Press Shift+E in the player and you will see a message about the running analysis
  4. 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"