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.
Windows:
- Create a new folder in
%appdata%
and call it mpv. - Dump the contents of this directory in there.
- Change the paths as necessary in
mpv.conf
.
Linux:
TBA
- Install the latest version of VapourSynth.
1.5. Install the latest required version of Python, and make sure it's added to PATH. - Locate the following directories:
* C:\Users[your username]\AppData\Roaming\VapourSynth\plugins64
* C:\Users[your username]\AppData\Local\Programs\Python\Python39\Lib\site-packages - Check the .vpy scripts in the repo (in the
vpy
directory) and follow the links to the listed dependencies. - Download and move the required files to the relevant directories (Python modules go to the
site-packages
directory, everything else goes in theplugins64
directory). - 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.
Credits to Absynth and LightArrowEXE