dotfiles/.config/mpv/mpv.conf

129 lines
2.4 KiB
Plaintext
Raw Normal View History

2018-02-07 13:37:26 +01:00
#Allgemein
vo=gpu
#gpu-context=open-gl
2021-04-15 18:13:10 +02:00
gpu-api=vulkan
2018-02-07 13:37:26 +01:00
profile=gpu-hq
2021-04-15 18:13:10 +02:00
#hwdec=auto-safe
2018-02-07 13:37:26 +01:00
spirv-compiler=shaderc
2020-11-30 11:38:53 +01:00
slang=ger,enm,eng
2018-02-07 13:37:26 +01:00
#force-window=yes
osd-playing-msg=playing: ${media-title} ${!window-scale==1.000:(scale: ${window-scale})}
2018-12-05 08:21:18 +01:00
no-audio-display
2018-02-07 13:37:26 +01:00
#player-operation-mode=pseudo-gui
#Subs
demuxer-mkv-subtitle-preroll
#sub-ass-vsfilter-blur-compat=no
#Volume
volume=60
volume-max=100
#Screenshot
screenshot-format=png
screenshot-high-bit-depth=no
screenshot-png-compression=5
#Deband
deband=yes
deband-iterations=1
deband-threshold=32
deband-range=16
2021-04-15 18:13:10 +02:00
deband-grain=12
2018-02-07 13:37:26 +01:00
#Noise & Resizer
#Resizer
#scaler-resizes-only
2021-04-15 18:13:10 +02:00
#scale=haasnsoft
scale=spline36
2018-02-07 13:37:26 +01:00
#scale=ewa_lanczossharp
scale-antiring=0.7
#dscale=ewa_lanczossoft
2021-04-15 18:13:10 +02:00
dscale=mitchell
2018-02-07 13:37:26 +01:00
dscale-antiring=0.7
2021-04-15 18:13:10 +02:00
#cscale=haasnsoft
cscale=spline36
2018-02-07 13:37:26 +01:00
#cscale-window=blackman
#cscale-radius=3
#cscale-antiring=0.7
2021-04-15 18:13:10 +02:00
# Interpolation
2020-11-30 11:38:53 +01:00
opengl-waitvsync=no
2021-04-15 18:13:10 +02:00
interpolation=yes
2018-02-07 13:37:26 +01:00
#interpolation-threshold=0.01
2021-04-15 18:13:10 +02:00
video-sync=display-resample
2019-03-07 20:02:06 +01:00
tscale=box
tscale-window=sphinx
tscale-radius=1.0
tscale-clamp=0.0
2018-02-07 13:37:26 +01:00
2021-04-15 18:13:10 +02:00
blend-subtitles=yes
2018-02-07 13:37:26 +01:00
#Deinterlace
#vf-defaults=yadif
#deinterlace=auto
2020-11-30 11:38:53 +01:00
## subtitles
sub-font=Fontin Sans Rg
sub-bold=yes
sub-font-size=47
sub-border-size=3.2
sub-pos=98
sub-blur=0.2
sub-gray=yes
sub-fix-timing=yes
sub-ass-force-margins=yes
# cycle with `u`
# sub-ass-override=yes
# this doesn't seem to do anything
# sub-ass-force-style=FontName=Fontin Sans Rg,bold=0,fontsize=172,marginv=80,marginr=300,marginl=300,borderStyle=1,outline=4.0,shadow=0,primarycolour=&H00FFFFFF,outlinecolour=&H00000000,playresx=1920,playresy=1080
demuxer-mkv-subtitle-preroll=index
2018-02-07 13:37:26 +01:00
[encode]
scale=spline36
cscale=spline36
2021-04-15 18:13:10 +02:00
dscale=spline36
2018-02-07 13:37:26 +01:00
deband=no
interpolation=no
[dvd]
#fbo-format=rgba32f # for fsrcnn
#glsl-shader="/home/kageru/.config/mpv/fsrcnn/FSRCNN_24_4_2.glsl"
2020-06-02 11:12:26 +02:00
#vf=vapoursynth=~/.config/mpv/scripts/dvd.vpy
2018-12-05 08:21:18 +01:00
glsl-shader="~/.config/mpv/shaders/fsrcnnx3x.glsl"
2018-02-07 13:37:26 +01:00
glsl-shader="/home/kageru/.config/mpv/shaders/grain2.glsl"
deband=yes
deband-iterations=1
deband-threshold=80
deband-range=10
deband-grain=0
[terminal]
force-window=no
term-osd-bar
player-operation-mode=cplayer
osd-playing-msg=
[sr]
2018-12-05 08:21:18 +01:00
glsl-shader="~/.config/mpv/shaders/fsrcnnx16.glsl"
2018-02-07 13:37:26 +01:00
[db]
deband=yes
2020-11-30 11:38:53 +01:00
deband-iterations=1
2018-02-07 13:37:26 +01:00
deband-threshold=80
deband-range=16
deband-grain=0
[stream]
scale=spline36
2021-04-15 18:13:10 +02:00
dscale=spline36
2018-02-07 13:37:26 +01:00
interpolation=no
2021-04-15 18:13:10 +02:00
deband-threshold=64
2018-02-07 13:37:26 +01:00
[grain]
glsl-shader="/home/kageru/.config/mpv/shaders/grain2.glsl"