Last active
May 12, 2026 15:05
-
-
Save lextra2/7fa3b3cb55b3ab83489a4db7d873d0ea to your computer and use it in GitHub Desktop.
mpv\portable_config\mpv.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WHEEL_UP add volume 5 | |
| WHEEL_DOWN add volume -5 | |
| LEFT seek -5 exact | |
| RIGHT seek 5 exact | |
| UP add chapter 1 | |
| DOWN add chapter -1 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [default] | |
| ## loop | |
| ## target-colorspace-hint=no | |
| ## target-trc=srgb | |
| ## target-trc=bt.1886 | |
| ## target-contrast=inf ## =1000 (the default) should always be used, even on an OLED | |
| dither-depth=no | |
| ## vf=format:gamma=srgb | |
| ## glsl-shaders="C:\Users\ULTRA\Downloads\mpv-x86_64-pc-windows-msvc\adaptive-sharpen.glsl;C:\Users\ULTRA\Downloads\mpv-x86_64-pc-windows-msvc\filmgrain.glsl" | |
| ## glsl-shaders="C:\Users\ULTRA\Downloads\mpv-x86_64-pc-windows-msvc\adaptive-sharpen.glsl" | |
| ## deband | |
| deband-threshold=0 | |
| deband-grain=384 | |
| ## video-sync=display-resample | |
| cache=yes | |
| demuxer-max-bytes=1GiB | |
| volume=60 | |
| volume-max=100 | |
| screenshot-directory="C:\Users\ULTRA\Pictures" | |
| screenshot-format=png | |
| screenshot-tag-colorspace=yes | |
| screenshot-high-bit-depth=no | |
| screenshot-png-compression=4 | |
| screenshot-png-filter=0 | |
| screenshot-sw=no | |
| screenshot-jpeg-quality=100 | |
| ## no-video | |
| ## ytdlp-format=bestvideo[height<=?720]+bestaudio | |
| snap-window | |
| keep-open | |
| ## window-maximized | |
| ## geometry=50% | |
| ## ontop | |
| ## no-border | |
| geometry=3200x1800 |
lextra2
commented
Sep 17, 2025
Author
Author
Linux config filepath:
~/.config/mpv/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment