Created
January 4, 2021 16:34
-
-
Save bodziek666/59779711214fb1b28bce99525403ee67 to your computer and use it in GitHub Desktop.
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
### VIDEO ### | |
# see: https://mpv.io/manual/stable/#video-output-drivers | |
# see: https://mpv.io/manual/stable/#profiles | |
vo=gpu | |
profile=gpu-hq | |
# "Reduce stuttering caused by mismatches in the video fps and display refresh rate (also known as judder)." | |
interpolation | |
# see: https://mpv.io/manual/stable/#gpu-renderer-options | |
scale=ewa_lanczossharp | |
cscale=ewa_lanczossharp | |
dscale=mitchell | |
tscale=oversample | |
video-sync=display-resample | |
sigmoid-upscaling=no | |
# ↑ is needed by: | |
# https://gist.githubusercontent.com/igv/8a77e4eb8276753b54bb94c1c50c317e/raw/e19645a5c7c8b0e87ed38de647c36205fd79c540/adaptive-sharpen.glsl | |
glsl-shaders=~~/shaders/adaptive-sharpen.glsl | |
### WINDOW SETTINGS ### | |
# set maxium size of the window | |
autofit-larger=75%x75% | |
# set minimum size of the window | |
autofit-smaller=50%x50% | |
### IPC ### | |
input-ipc-server=/home/pawel/mpv.sock | |
### SCREENSHOT ### | |
screenshot-template=/mnt/data/scrot/mpv/%f-%p | |
screenshot-jpeg-quality=100 | |
### SUBS ### | |
slang=eng,en,pol,pl,unknown | |
### AUDIO ### | |
volume=86 | |
alang=jpn,jp,eng,en,pol,pl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment