LeviFite / mpv-scripts-1

Scripts for mpv-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpv-scripts

Scripts for mpv

autoloop.lua

Work on issue mpv-player/mpv#5222. Automatically loops files that are under a given duration (default 5 seconds).

Probably you would like to use auto-profiles.lua, which is general-purpose and can achieve the same goal easily.

screenshot-to-clipboard.js

Work on issue mpv-player/mpv#5330. Generates a temp screenshot file on desktop then copy to clipboard. (Windows only)

save-sub-delay.lua

This script saves the sub-delay quantity for each file. When next time the file is opened, sub-delay is automatically restored.

exit-fullscreen.lua

If you use --keep-open=yes, this script exits fullscreen mode when the playback reaches the end of file/playlist.

About

Scripts for mpv-player

License:MIT License


Languages

Language:Lua 88.2%Language:JavaScript 11.8%