Switch scaling and swapchains and disable low latency profile as it's problematic
This commit is contained in:
parent
f2ad7add19
commit
dd3aff9205
|
@ -0,0 +1 @@
|
||||||
|
watch_later/
|
43
mpv.conf
43
mpv.conf
|
@ -2,36 +2,25 @@
|
||||||
#vo=gpu
|
#vo=gpu
|
||||||
vo=gpu-next
|
vo=gpu-next
|
||||||
gpu-api=vulkan
|
gpu-api=vulkan
|
||||||
#hwdec=auto
|
#hwdec=vulkan
|
||||||
video-output-levels=full
|
|
||||||
video-sync=display-resample
|
video-sync=display-resample
|
||||||
video-sync-max-video-change=5
|
video-sync-max-video-change=5
|
||||||
|
|
||||||
|
video-output-levels=full
|
||||||
|
|
||||||
|
vulkan-queue-count=3
|
||||||
|
swapchain-depth=3
|
||||||
|
|
||||||
deband=yes
|
deband=yes
|
||||||
|
|
||||||
|
# Scaling
|
||||||
correct-downscaling=yes
|
correct-downscaling=yes
|
||||||
sigmoid-upscaling=yes
|
sigmoid-upscaling=yes
|
||||||
|
scale=ewa_lanczos4sharpest
|
||||||
scaler-lut-size=10
|
#cscale=ewa_lanczos
|
||||||
scale=ewa_lanczos
|
|
||||||
cscale=ewa_lanczos
|
|
||||||
dscale=mitchell
|
dscale=mitchell
|
||||||
|
|
||||||
fbo-format=rgba32f
|
|
||||||
|
|
||||||
tone-mapping=auto
|
|
||||||
tone-mapping-mode=auto
|
|
||||||
|
|
||||||
swapchain-depth=8
|
|
||||||
|
|
||||||
interpolation=yes
|
|
||||||
interpolation-threshold=0.1
|
|
||||||
tscale=oversample
|
|
||||||
|
|
||||||
#dither=error-diffusion
|
|
||||||
#dither-depth=auto
|
|
||||||
#error-diffusion=floyd-steinberg
|
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
ao=pulse
|
ao=pulse
|
||||||
|
|
||||||
|
@ -52,12 +41,11 @@ osd-on-seek=no
|
||||||
osc=yes
|
osc=yes
|
||||||
border=no
|
border=no
|
||||||
|
|
||||||
term-osd-bar=yes
|
|
||||||
term-osd-bar-chars=[=>-]
|
|
||||||
|
|
||||||
# Terminal status
|
# Terminal status
|
||||||
term-status-msg="${?pause==yes:(Paused) }${media-title}\n${?playlist-count:(${playlist-pos-1} / ${playlist-count}) }${time-pos} / ${duration} (${percent-pos}%)\n${?avsync:[A/V: ${avsync}] }${?video-bitrate:[Vb: ${video-bitrate}] }${?audio-bitrate:[Ab: ${audio-bitrate}] }"
|
term-status-msg="${?pause==yes:(Paused) }${media-title}\n${?playlist-count:(${playlist-pos-1} / ${playlist-count}) }${time-pos} / ${duration} (${percent-pos}%)\n${?avsync:[A/V: ${avsync}] }${?video-bitrate:[Vb: ${video-bitrate}] }${?audio-bitrate:[Ab: ${audio-bitrate}] }"
|
||||||
term-title='${?pause==yes:(Paused) }${media-title} - mpv'
|
term-title='${?pause==yes:(Paused) }${media-title} - mpv'
|
||||||
|
term-osd-bar=yes
|
||||||
|
term-osd-bar-chars=[=>-]
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
msg-color=yes
|
msg-color=yes
|
||||||
|
@ -77,9 +65,9 @@ demuxer-lavf-analyzeduration=1
|
||||||
demuxer-readahead-secs=0.1
|
demuxer-readahead-secs=0.1
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
rebase-start-time=yes
|
|
||||||
save-position-on-quit=yes
|
save-position-on-quit=yes
|
||||||
#resume-playback=no
|
watch-later-options=start
|
||||||
|
rebase-start-time=yes
|
||||||
fullscreen=no
|
fullscreen=no
|
||||||
cursor-autohide=1000
|
cursor-autohide=1000
|
||||||
prefetch-playlist=no
|
prefetch-playlist=no
|
||||||
|
@ -87,7 +75,6 @@ image-display-duration=inf
|
||||||
keepaspect-window=no
|
keepaspect-window=no
|
||||||
native-keyrepeat=yes
|
native-keyrepeat=yes
|
||||||
user-agent='MemeMachine/69.420 (cum powered)'
|
user-agent='MemeMachine/69.420 (cum powered)'
|
||||||
autosync=1
|
|
||||||
audio-display=no
|
audio-display=no
|
||||||
force-window=immediate
|
force-window=immediate
|
||||||
idle=once
|
idle=once
|
||||||
|
@ -113,7 +100,7 @@ force-window=no
|
||||||
|
|
||||||
[ls]
|
[ls]
|
||||||
profile-cond=path:find('twitch.tv')
|
profile-cond=path:find('twitch.tv')
|
||||||
|
#profile=low-latency
|
||||||
cache=yes
|
cache=yes
|
||||||
cache-pause=no
|
cache-pause=no
|
||||||
cache-pause-initial=yes
|
cache-pause-initial=yes
|
||||||
cache-pause-wait=1
|
|
||||||
|
|
Loading…
Reference in New Issue