Compare commits

..

No commits in common. "11ab78bf0afde282ea1ab8c92ff7e0a887889d48" and "8ae344b2caa2ede57a0fd1a937ecc05f784f5d9a" have entirely different histories.

3 changed files with 24 additions and 1281 deletions

View File

@ -22,6 +22,8 @@
# values. Calling mpv with --list-options is a nice way to see the default # values. Calling mpv with --list-options is a nice way to see the default
# values for most options. # values for most options.
input-unix-socket=~/.config/mpv/mpv.sock
################## ##################
# video settings # # video settings #
################## ##################
@ -107,47 +109,36 @@ alang=jpn,en
# If the file seems to be valid UTF-8, prefer UTF-8. # If the file seems to be valid UTF-8, prefer UTF-8.
#sub-codepage=utf8:cp1256 #sub-codepage=utf8:cp1256
# Configure playback GPU settings. # Enable hardware decoding if available. Often, this requires using an certain
vo=gpu-next # video output, otherwise no hardware decoding will be used.
profile=gpu-hq #hwdec=auto
gpu-context=waylandvk ############
gpu-api=vulkan # Profiles #
target-colorspace-hdr=auto ############
target-colorspace-hint=yes
hwdec=no # The options declared as part of profiles override global default settings,
# but only take effect when the profile is active.
interpolation=yes # The following profile can be enabled on the command line with: --profile=vdpau
tscale=box
tscale-window=sphinx
tscale-radius=1.0
tscale-clamp=0.0
scale=ewa_lanczos #[vdpau]
scale-blur=0.981251 # The profile forces the vdpau VO.
dscale=catmull_rom #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-antiring=0.5 #vo=opengl-hq
dscale-antiring=0.5 #vo=opengl-hq:interpolation
cscale-antiring=0.5 hwdec=vaapi
#hwdec=cuda
deband=yes #hwdec=auto
deband-iterations=4 vo=gpu
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 video-sync=display-resample
framedrop=vo
# glsl-shader="~~/shaders/ArtCNN_C4F16.glsl"
#vf=dejudder #vf=dejudder
#vf=format=yuv420p,vapoursynth=~~/motioninterpolation.vpy:4:4 #vf=format=yuv420p,vapoursynth=~~/motioninterpolation.vpy:4:4

File diff suppressed because it is too large Load Diff

1
.zshrc
View File

@ -11,7 +11,6 @@ export TERM="konsole"
export BROWSER="firefox" export BROWSER="firefox"
export VIDEO="mpv" export VIDEO="mpv"
export OPENER="xdg-open" export OPENER="xdg-open"
export GOPATH="$HOME/go"
export ZDOTDIR="$HOME/.config/zsh" export ZDOTDIR="$HOME/.config/zsh"