Last active
May 4, 2020 05:48
-
-
Save lextra2/8a83e823adfbb41888a64cd7d222d02e to your computer and use it in GitHub Desktop.
My mpv.conf - constantly changing
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] | |
# general | |
#glsl-shader="~~/FSRCNNX_x2_8-0-4-1.glsl" | |
#glsl-shader="~~/SSimDownscaler.glsl" | |
#glsl-shader="~~/SSimSuperRes.glsl" | |
#glsl-shader="~~/KrigBilateral.glsl" | |
#glsl-shader="~~/adaptive-sharpen.glsl" | |
#profile=gpu-hq | |
#hwdec=d3d11va | |
#video-sync=display-resample | |
#interpolation=yes | |
#tscale=box | |
#tscale-window=sphinx | |
#tscale-radius=1.0 | |
#tscale-clamp=0.0 | |
#deband=yes | |
#deband-iterations=4 | |
#deband-threshold=96 | |
#deband-range=16 | |
#deband-grain=512 | |
#+++++ downscale video (for higher sharpness) +++++ | |
#vf=scale=iw*2:ih*2:flags=sinc | |
#dscale=sinc | |
#vf=gradfun=2:8 | |
#vf=pp7=qp=2 #deblock | |
#vf=sab #deblock | |
#vf=vaguedenoiser=threshold=4 | |
#vf=deflate | |
#vf=nlmeans | |
#vf=smartblur=ls=-1.0 | |
#vf=smartblur=lr=0.5:ls=1.0:cr=0.1:cs=1.0 | |
#vf=lavfi=[smartblur=lr=2:ls=2] | |
af=dynaudnorm=f=200:g=7 | |
#af=lavfi=[dynaudnorm=f=200:g=7] | |
#log-file="~~/log.txt" | |
#msg-level=all | |
#hwdec=auto | |
#gpu-api=vulkan | |
#gpu-shader-cache-dir="~~/GPU.SHADER.CACHE" | |
# audio | |
volume=50 | |
volume-max=100 | |
#replaygain=track | |
# misc | |
keep-open=yes | |
snap-window | |
autofit=90%x90% | |
#geometry=++20++50 | |
geometry=50%:50% | |
#osd-font=Inter | |
# subtitles | |
#sub-font=Inter | |
#sub-font-size=45 | |
#sub-blur=1 | |
#sub-color="#CCC076" | |
#sub-file-paths=".srt" | |
# caching | |
#cache=yes | |
#demuxer-seekable-cache=yes | |
#demuxer-max-bytes=2GiB | |
#demuxer-max-back-bytes=1GiB | |
#force-seekable=yes | |
# screenshot | |
screenshot-format=png | |
[protocol.http] | |
no-osc | |
fullscreen=no | |
#mute=yes | |
#record-file="C:\Users\Admin\Desktop\Stream.ts" | |
#gpu-shader-cache-dir="" | |
#glsl-shaders="" | |
[protocol.https] | |
no-osc | |
fullscreen=no | |
#mute=yes | |
#record-file="C:\Users\Admin\Desktop\Stream.ts" | |
#gpu-shader-cache-dir="" | |
#glsl-shaders="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment