mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 22:26:52 +00:00
mpv: update config
This commit is contained in:
parent
9fbe00af24
commit
5a09e5c37c
|
|
@ -2,8 +2,10 @@ cache=yes
|
||||||
gapless-audio=yes
|
gapless-audio=yes
|
||||||
save-position-on-quit=yes
|
save-position-on-quit=yes
|
||||||
screenshot-format=png
|
screenshot-format=png
|
||||||
|
screenshot-png-compression=8
|
||||||
volume-max=1000
|
volume-max=1000
|
||||||
demuxer-max-bytes=2147483647
|
demuxer-max-bytes=2147483647
|
||||||
|
demuxer-max-back-bytes=2147483647
|
||||||
hwdec=yes
|
hwdec=yes
|
||||||
|
|
||||||
audio-file-auto=exact
|
audio-file-auto=exact
|
||||||
|
|
@ -21,6 +23,19 @@ sub-ass-override=force
|
||||||
embeddedfonts=no
|
embeddedfonts=no
|
||||||
sid=1
|
sid=1
|
||||||
|
|
||||||
|
hls-bitrate=max
|
||||||
|
profile-desc=cond:dedicated_gpu()
|
||||||
|
ytdl-format=bestvideo[height<=?1080]+bestaudio/best
|
||||||
|
|
||||||
|
scale=ewa_lanczossharp
|
||||||
|
cscale=ewa_lanczossoft
|
||||||
|
dscale=mitchell
|
||||||
|
scale-antiring=0
|
||||||
|
cscale-antiring=0
|
||||||
|
dither-depth=auto
|
||||||
|
correct-downscaling=yes
|
||||||
|
sigmoid-upscaling=yes
|
||||||
|
deband=yes
|
||||||
|
|
||||||
[wallpaper]
|
[wallpaper]
|
||||||
title=mpv-wallpaper
|
title=mpv-wallpaper
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue