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-next
|
||||
gpu-api=vulkan
|
||||
#hwdec=auto
|
||||
video-output-levels=full
|
||||
#hwdec=vulkan
|
||||
|
||||
video-sync=display-resample
|
||||
video-sync-max-video-change=5
|
||||
|
||||
video-output-levels=full
|
||||
|
||||
vulkan-queue-count=3
|
||||
swapchain-depth=3
|
||||
|
||||
deband=yes
|
||||
|
||||
# Scaling
|
||||
correct-downscaling=yes
|
||||
sigmoid-upscaling=yes
|
||||
|
||||
scaler-lut-size=10
|
||||
scale=ewa_lanczos
|
||||
cscale=ewa_lanczos
|
||||
scale=ewa_lanczos4sharpest
|
||||
#cscale=ewa_lanczos
|
||||
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
|
||||
ao=pulse
|
||||
|
||||
|
@ -52,12 +41,11 @@ osd-on-seek=no
|
|||
osc=yes
|
||||
border=no
|
||||
|
||||
term-osd-bar=yes
|
||||
term-osd-bar-chars=[=>-]
|
||||
|
||||
# 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-title='${?pause==yes:(Paused) }${media-title} - mpv'
|
||||
term-osd-bar=yes
|
||||
term-osd-bar-chars=[=>-]
|
||||
|
||||
# Logging
|
||||
msg-color=yes
|
||||
|
@ -77,9 +65,9 @@ demuxer-lavf-analyzeduration=1
|
|||
demuxer-readahead-secs=0.1
|
||||
|
||||
# Misc
|
||||
rebase-start-time=yes
|
||||
save-position-on-quit=yes
|
||||
#resume-playback=no
|
||||
watch-later-options=start
|
||||
rebase-start-time=yes
|
||||
fullscreen=no
|
||||
cursor-autohide=1000
|
||||
prefetch-playlist=no
|
||||
|
@ -87,7 +75,6 @@ image-display-duration=inf
|
|||
keepaspect-window=no
|
||||
native-keyrepeat=yes
|
||||
user-agent='MemeMachine/69.420 (cum powered)'
|
||||
autosync=1
|
||||
audio-display=no
|
||||
force-window=immediate
|
||||
idle=once
|
||||
|
@ -113,7 +100,7 @@ force-window=no
|
|||
|
||||
[ls]
|
||||
profile-cond=path:find('twitch.tv')
|
||||
#profile=low-latency
|
||||
cache=yes
|
||||
cache-pause=no
|
||||
cache-pause-initial=yes
|
||||
cache-pause-wait=1
|
||||
|
|
Loading…
Reference in New Issue