mirror of
https://github.com/Phantop/dotfiles
synced 2025-12-02 09:07:14 +00:00
update mpv settings to current best
This commit is contained in:
parent
72a36d0465
commit
d44659786c
18
mpv/mpv.conf
18
mpv/mpv.conf
|
|
@ -1,31 +1,33 @@
|
||||||
save-position-on-quit = yes
|
save-position-on-quit = yes
|
||||||
|
|
||||||
screenshot-format = webp
|
screenshot-format = webp
|
||||||
screenshot-webp-lossless = yes
|
screenshot-webp-lossless = yes
|
||||||
|
|
||||||
gapless-audio = yes
|
gapless-audio = yes
|
||||||
volume-max = 1000
|
volume-max = 1000
|
||||||
|
|
||||||
cache = yes
|
cache = yes
|
||||||
demuxer-max-bytes = 2147483647
|
demuxer-max-bytes = 2147483647
|
||||||
demuxer-max-back-bytes = 2147483647
|
demuxer-max-back-bytes = 2147483647
|
||||||
script-opts=ytdl_hook-ytdl_path=yt-dlp
|
|
||||||
|
|
||||||
audio-file-auto = exact
|
audio-file-auto = exact
|
||||||
audio-file-paths = ../Custom Tracks:./Custom Tracks:../Audio:./Audio
|
audio-file-paths = ../Custom Tracks:./Custom Tracks:../Audio:./Audio
|
||||||
sub-file-paths = ../Subtitles:./Subtitles:../Subs:./Subs
|
sub-file-paths = ../Subtitles:./Subtitles:../Subs:./Subs
|
||||||
use-filedir-conf
|
use-filedir-conf
|
||||||
|
|
||||||
sub-font = Ubuntu Bold
|
|
||||||
sub-pos = 102
|
|
||||||
sub-font-size = 24
|
|
||||||
sub-border-size = 2
|
|
||||||
osd-font = Cantarell
|
osd-font = Cantarell
|
||||||
|
sub-border-size = 2
|
||||||
|
sub-font = Ubuntu Bold
|
||||||
|
sub-font-size = 24
|
||||||
|
sub-pos = 102
|
||||||
|
|
||||||
ytdl-raw-options=sub-lang=en
|
ytdl-raw-options=sub-lang=en
|
||||||
|
|
||||||
profile = gpu-hq
|
|
||||||
hwdec = auto-safe
|
hwdec = auto-safe
|
||||||
|
profile = gpu-hq
|
||||||
|
vo=gpu-next
|
||||||
|
|
||||||
# ty jysze
|
# ty jysze and DonCanjas/mpv-dotfiles
|
||||||
scale = ewa_lanczossharp
|
scale = ewa_lanczossharp
|
||||||
scale-antiring = .4
|
scale-antiring = .4
|
||||||
cscale = ewa_lanczossharp
|
cscale = ewa_lanczossharp
|
||||||
|
|
@ -37,10 +39,8 @@ correct-downscaling = yes
|
||||||
sigmoid-upscaling = yes
|
sigmoid-upscaling = yes
|
||||||
dither-depth = 8 # Set to your displays bitdepth.
|
dither-depth = 8 # Set to your displays bitdepth.
|
||||||
dither = fruit # Change to "ordered" if 10 or 12 bit display.
|
dither = fruit # Change to "ordered" if 10 or 12 bit display.
|
||||||
deband = no
|
|
||||||
|
|
||||||
# AUTO PROFILES #
|
# AUTO PROFILES #
|
||||||
|
|
||||||
[SDR]
|
[SDR]
|
||||||
profile-desc = "SDR"
|
profile-desc = "SDR"
|
||||||
profile-cond=p["video-params/gamma"]~="pq" and p["video-params/primaries"]~="bt.2020" and p["video-params/colormatrix"]~="dolbyvision"
|
profile-cond=p["video-params/gamma"]~="pq" and p["video-params/primaries"]~="bt.2020" and p["video-params/colormatrix"]~="dolbyvision"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue