mpv-scripts
mpv-scripts copied to clipboard
Need tutorials or details
I really don't understand how to use this? Kindly make some tutorials about it. thanks.
How to install on Windows:
- Download mpv, for example. from https://mpv.srsfckn.biz, and unpack it somewhere, and maybe set up file type associations using mpv-install.bat. Here's a quick video tutorial that I found on YouTube.
- Create subfolder
scripts
in the mpv installation directory or in%APPDATA%\mpv
(may not exist). - Put one of the lua files in the
scripts
folder. - Open some video and press keybindings to activate the script. Usage information and default keybindings can be found at the beginning of lua file.
- Some of the scripts require FFmpeg in the PATH environment variable. It can be downloaded from https://ffmpeg.zeranoe.com and added into the PATH something like this.
- (Optional) Copy mpv.conf into the mpv installation directory or in
%APPDATA%\mpv
. More info aboutmpv.conf
can be found in the manual.
For more information about mpv video player - https://mpv.io/manual/master or https://wiki.archlinux.org/index.php/mpv