Skip to content

This is a script for skipping episode intros (on mpv media player).

License

Notifications You must be signed in to change notification settings

rui-ddc/skip-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

skip-intro.lua

This script skips to the next moment of silence in the video. The intended use for this is to skip until the end of an opening sequence, at which point there's often a short period of silence.

Setup

Install mpv media player.

Download skip-intro.lua and save it to mpv/scripts/.

The default keybind to start/stop skipping is Tab.
You can change this by adding to mpv/input.conf the following line:

NEW_KEY script-binding skip-key

To tweak the script's parameters you can copy the following code to mpv/script-opts/skip-intro.conf:

# Maximum noise (dB) to trigger
quietness = -30

# Minimum silence duration (s) to trigger
duration = 0.5

About

This is a script for skipping episode intros (on mpv media player).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%