Skip to content
forked from 0xAB51NTH/mpv

My own mpv config, Utilizes vulkan. Main usecase for me is anime and that was main thing in mind while making it, but it should work with everything.

Notifications You must be signed in to change notification settings

TurboCheetah/mpv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My configuration for mpv. Please keep in mind this is a shitty amalgamation of Absynth and LightArrowEXE's configs. Feel free to modify this to your liking, including uncommenting or changing settings however you please.

How to install the base setup

Windows:

  1. Create a new folder in %appdata% and call it mpv.
  2. Dump the contents of this directory in there.
  3. Change the paths as necessary in mpv.conf.

Linux:
TBA

How to install VapourSynth and the filtering dependencies

  1. Install the latest version of VapourSynth.
    1.5. Install the latest required version of Python, and make sure it's added to PATH.
  2. Locate the following directories:
    * C:\Users[your username]\AppData\Roaming\VapourSynth\plugins64
    * C:\Users[your username]\AppData\Local\Programs\Python\Python39\Lib\site-packages
  3. Check the .vpy scripts in the repo (in the vpy directory) and follow the links to the listed dependencies.
  4. Download and move the required files to the relevant directories (Python modules go to the site-packages directory, everything else goes in the plugins64 directory).
  5. Verify that the scripts are running as intended by cycling through the profiles and pressing the ~ key during playback. It should tell you if it failed, and if it did what the missing dependencies are.

Optional VapourSynth scripts

For additional shaders and scripts, check out the following sources

Credits to Absynth and LightArrowEXE

About

My own mpv config, Utilizes vulkan. Main usecase for me is anime and that was main thing in mind while making it, but it should work with everything.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • GLSL 96.2%
  • Lua 3.2%
  • Other 0.6%