mpv-scripts icon indicating copy to clipboard operation
mpv-scripts copied to clipboard

Need tutorials or details

Open raj6996 opened this issue 6 years ago • 1 comments

I really don't understand how to use this? Kindly make some tutorials about it. thanks.

raj6996 avatar Nov 03 '18 08:11 raj6996

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 about mpv.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

kelciour avatar Nov 03 '18 17:11 kelciour