https://github.com/f0903/mpv-enhanced
A simple set of configuration files and scripts that greatly enhances the default MPV experience. Installation is dead simple with a PowerShell installer script that sets everything up for you with minimal configuration needed.
https://github.com/f0903/mpv-enhanced
installer-script mpv mpv-config mpv-player mpv-script rife uosc vapoursynth
Last synced: about 2 months ago
JSON representation
A simple set of configuration files and scripts that greatly enhances the default MPV experience. Installation is dead simple with a PowerShell installer script that sets everything up for you with minimal configuration needed.
- Host: GitHub
- URL: https://github.com/f0903/mpv-enhanced
- Owner: F0903
- Created: 2024-05-26T00:57:52.000Z (over 1 year ago)
- Default Branch: installer
- Last Pushed: 2025-07-11T23:03:33.000Z (3 months ago)
- Last Synced: 2025-07-12T02:09:49.759Z (3 months ago)
- Topics: installer-script, mpv, mpv-config, mpv-player, mpv-script, rife, uosc, vapoursynth
- Language: Lua
- Homepage:
- Size: 11.4 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MPV Enhanced
A simple set of configuration files and scripts that greatly enhances the default MPV experience. Installation is dead simple with a PowerShell installer script that sets everything up for you with minimal configuration needed.
## Requirements
- Powershell 7 or newer.
## Installation
To install for Windows, it's as simple as the steps below.
For Linux, you would first need to install PowerShell to run the installer. Afterwards you will have to modify the paths in the config to match your installation.
>**NOTE:** The only tested installation path is ``C:\Program Files\mpv``, other paths will require you to modify the config.
1. Clone the repo
2. Run the script.
3. Enjoy!The provided .gitignore file will ignore all other files by default, so you can pull new changes easily if needed. (some changes might need a reinstall)
> **NOTE:**
> With TensorRT enabled, the first initialization of RIFE with a specific resolution and RIFE config will take a while, but it will play eventually!## Configuration (recommended)
It's recommended that you edit the **mpv.conf** and **rife_config.py** files in **portable_config/** to match your preferences, especially the settings related to display colorspaces and HDR.
## Features
- [vs-RIFE](https://github.com/HolyWu/vs-rife) interpolation that can be activated with ``CTRL+SHIFT+R``.
- [uosc](https://github.com/tomasklaen/uosc) interface with [thumbfast](https://github.com/po5/thumbfast).
- Autocrop video to fill your whole display with ``Shift+C``.