Compare commits
2 Commits
8ae344b2ca
...
11ab78bf0a
Author | SHA1 | Date | |
---|---|---|---|
11ab78bf0a | |||
5cf196f7b9 |
@ -22,8 +22,6 @@
|
||||
# values. Calling mpv with --list-options is a nice way to see the default
|
||||
# values for most options.
|
||||
|
||||
input-unix-socket=~/.config/mpv/mpv.sock
|
||||
|
||||
##################
|
||||
# video settings #
|
||||
##################
|
||||
@ -109,36 +107,47 @@ alang=jpn,en
|
||||
# If the file seems to be valid UTF-8, prefer UTF-8.
|
||||
#sub-codepage=utf8:cp1256
|
||||
|
||||
# Enable hardware decoding if available. Often, this requires using an certain
|
||||
# video output, otherwise no hardware decoding will be used.
|
||||
#hwdec=auto
|
||||
# Configure playback GPU settings.
|
||||
vo=gpu-next
|
||||
profile=gpu-hq
|
||||
|
||||
############
|
||||
# Profiles #
|
||||
############
|
||||
gpu-context=waylandvk
|
||||
gpu-api=vulkan
|
||||
target-colorspace-hdr=auto
|
||||
target-colorspace-hint=yes
|
||||
|
||||
# The options declared as part of profiles override global default settings,
|
||||
# but only take effect when the profile is active.
|
||||
hwdec=no
|
||||
|
||||
# The following profile can be enabled on the command line with: --profile=vdpau
|
||||
interpolation=yes
|
||||
tscale=box
|
||||
tscale-window=sphinx
|
||||
tscale-radius=1.0
|
||||
tscale-clamp=0.0
|
||||
|
||||
#[vdpau]
|
||||
# The profile forces the vdpau VO.
|
||||
#vo=vdpau
|
||||
# Use hardware decoding (this might break playback of some h264 files)
|
||||
#hwdec=vdpau
|
||||
# Most video filters do not work with hardware decoding.
|
||||
#vf-clr=yes
|
||||
scale=ewa_lanczos
|
||||
scale-blur=0.981251
|
||||
dscale=catmull_rom
|
||||
|
||||
#vo=opengl-hq
|
||||
#vo=opengl-hq:interpolation
|
||||
hwdec=vaapi
|
||||
#hwdec=cuda
|
||||
#hwdec=auto
|
||||
vo=gpu
|
||||
scale-antiring=0.5
|
||||
dscale-antiring=0.5
|
||||
cscale-antiring=0.5
|
||||
|
||||
deband=yes
|
||||
deband-iterations=4
|
||||
deband-threshold=35
|
||||
deband-range=16
|
||||
deband-grain=4
|
||||
|
||||
dither=error-diffusion
|
||||
dither-depth=auto
|
||||
|
||||
sigmoid-upscaling=yes
|
||||
correct-downscaling=yes
|
||||
|
||||
video-sync=display-resample
|
||||
framedrop=vo
|
||||
|
||||
# glsl-shader="~~/shaders/ArtCNN_C4F16.glsl"
|
||||
#vf=dejudder
|
||||
#vf=format=yuv420p,vapoursynth=~~/motioninterpolation.vpy:4:4
|
||||
|
||||
|
1247
.config/mpv/shaders/ArtCNN_C4F16.glsl
Normal file
1247
.config/mpv/shaders/ArtCNN_C4F16.glsl
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user