Skip to content

My personal configuration files, scripts and shaders that I use for MPV on my system.

License

Notifications You must be signed in to change notification settings

SeriousHoax/AnythingMPV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnythingMPV

My personal configuration files, scripts and shaders that I use for MPV on my Windows machine.

What is MPV?

MPV is a highly adaptable, lightweight, and the most advanced media player in existence, known for its extensive customizability. It plays almost any video, audio, or subtitle file you throw at it, and it can be tweaked to your exact preferences. Moreover, MPV includes numerous advanced features and is available across multiple platforms.

MPV Installation Guide

  1. Download the latest Windows build of mpv from mpv-winbuild
  2. If Your CPU supports AVX2 instruction set (typically any CPU released since 2015), then download the latest v3 build, which should be formatted like this: mpv-x86_64-v3-YYYYMMDD-git-abcxyz.7z You can check if your CPU supports the AVX2 instruction set by using a program like CPU-Z
  3. After downloading, extract the archive's contents to your preferred location. eg: in my case: C:\Program Files\MPV
  4. Navigate to the installer folder, right click on the mpv-install.bat file, and select Run as administrator. Follow the on-screen instructions to complete the installation.
  5. Now go back to the folder where mpv.exe is located. Right click on the updater.bat file and select Run as administrator. It will ask you if you also want to download ffmpeg and yt-dlp. Tap Y for both.
  6. From now on, use this updater.bat file to update mpv to the latest version. I also recommend adding the folder where mpv.exe is located to the System Environment Variables path so that MPV can be used from CMD/Terminal.

Config Installation Guide:

By default, mpv's config can be found under %APPDATA%/mpv//C:\Users\*UserName*\AppData\Roaming\mpv But, a folder named portable_config next to where mpv.exe is stored can override this location as the default config folder.

File Structure for %APPDATA%/mpv/

.
└── mpv/
    ├── fonts/
    ├── script-opts/
    ├── scripts/
    ├── shaders/
    ├── input.conf
    └── mpv.conf

File Structure for portable_config

.
├── mpv.exe
└── portable_config/
    ├── fonts/
    ├── script-opts/
    ├── scripts/
    ├── shaders/
    ├── input.conf
    └── mpv.conf

Player UI

uosc

Scripts used

SmartCopyPaste

thumbfast

trackselect

UndoRedo

cycle-video-rotate

Shaders used

Upscaler:

SSimSuperRes

Sharpening shader:

adaptive-sharpen

High-quality real-time upscaling/denoising shaders for Animated content only. Only mode "A" and "A+A" are used in my config:

Anime4K

About

My personal configuration files, scripts and shaders that I use for MPV on my system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published