diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 55e86a3..5dbec9f 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -4,7 +4,7 @@ DOWN add volume -2 D cycle deband CTRL+1 apply-profile "common"; show_text ${glsl-shaders} -CTRL+2 apply-profile "common-low"; show_text ${glsl-shaders} +CTRL+2 apply-profile "common-alter"; show_text ${glsl-shaders} CTRL+3 apply-profile "anime"; show_text ${glsl-shaders} CTRL+9 apply-profile "append-shaders" restore; show_text ${glsl-shaders} diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index db50ae0..2441cfb 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -48,7 +48,7 @@ cscale=ewa_lanczossharp video-sync=display-resample interpolation tscale=oversample -# 可选值: common, common-low, anime +# 可选值: common, common-alter, anime # 会覆盖scale和cscale profile=common @@ -56,15 +56,15 @@ profile=common profile-desc=普通视频 # FSRCNNX着色器 # https://github.com/igv/FSRCNN-TensorFlow/ -glsl-shaders="~~/shaders/FSRCNNX_x2_16-0-4-1.glsl" +glsl-shaders="~~/shaders/FSRCNNX_x2_8-0-4-1.glsl" # 其他着色器 profile=append-shaders -[common-low] -profile-desc=普通视频[低配] +[common-alter] +profile-desc=普通视频[16-0-4-1] # FSRCNNX着色器 # https://github.com/igv/FSRCNN-TensorFlow/ -glsl-shaders="~~/shaders/FSRCNNX_x2_8-0-4-1.glsl" +glsl-shaders="~~/shaders/FSRCNNX_x2_16-0-4-1.glsl" # 其他着色器 profile=append-shaders