Skip to content

Instantly share code, notes, and snippets.

@bodziek666
Last active April 15, 2022 23:29
Show Gist options
  • Save bodziek666/d7bd4137c60ed6f1d023aff51d425ca4 to your computer and use it in GitHub Desktop.
Save bodziek666/d7bd4137c60ed6f1d023aff51d425ca4 to your computer and use it in GitHub Desktop.
### 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/6d9450e7edec414a85e5d9b38fd5b6b26f685d3c/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-format=png
screenshot-high-bit-depth=no
screenshot-png-compression=7
#screenshot-jpeg-quality=100
### SUBS ###
slang=eng,en,pol,pl,unknown
### AUDIO ###
ao=pulse
volume=86
alang=jpn,jp,eng,en,pol,pl
### VIDEO ###
# see: https://mpv.io/manual/stable/#video-output-drivers
# see: https://mpv.io/manual/stable/#profiles
profile=gpu-hq
#hwdec=vaapi
# "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
dscale=mitchell
tscale=oversample
video-sync=display-resample
### 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/bodziek/mpv.sock
### SCREENSHOT ###
screenshot-template=/mnt/data/scrot/mpv/%f-%p
screenshot-format=png
screenshot-high-bit-depth=no
screenshot-png-compression=7
#screenshot-jpeg-quality=100
### SUBS ###
slang=eng,en,pol,pl,unknown
### AUDIO ###
ao=pulse
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