update configs
This commit is contained in:
parent
472899b680
commit
deb591481e
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ immersive-data
|
|||||||
.ytdl_preload/
|
.ytdl_preload/
|
||||||
.ytdl-preload/
|
.ytdl-preload/
|
||||||
scripts/anilistUpdater/anilistToken.txt
|
scripts/anilistUpdater/anilistToken.txt
|
||||||
|
.watch-later
|
||||||
|
state
|
||||||
|
11
mac.conf
11
mac.conf
@ -193,7 +193,7 @@ profile=gpu-hq
|
|||||||
# GPU OPTIONS
|
# GPU OPTIONS
|
||||||
vo=gpu-next
|
vo=gpu-next
|
||||||
# hwdec=nvdec-copy
|
# hwdec=nvdec-copy
|
||||||
hwdec=auto-safe
|
hwdec=videotoolbox
|
||||||
scale=bicubic
|
scale=bicubic
|
||||||
dscale=bicubic
|
dscale=bicubic
|
||||||
cscale=bicubic
|
cscale=bicubic
|
||||||
@ -207,6 +207,15 @@ input-ipc-server=/tmp/mpvsocket
|
|||||||
ontop=yes
|
ontop=yes
|
||||||
|
|
||||||
ao=coreaudio
|
ao=coreaudio
|
||||||
|
save-position-on-quit
|
||||||
|
watch-later-dir="~~.watch-later"
|
||||||
|
resume-playback=yes
|
||||||
|
save-watch-history
|
||||||
|
watch-history-path="~~state/watch_history.jsonl"
|
||||||
|
vd-lavc-threads=0
|
||||||
|
gpu-api=vulkan
|
||||||
|
gpu-context=macvk
|
||||||
|
opengl-pbo=yes
|
||||||
|
|
||||||
[svp]
|
[svp]
|
||||||
input-ipc-server=/tmp/mpvsocket # Receives input from SVP
|
input-ipc-server=/tmp/mpvsocket # Receives input from SVP
|
||||||
|
21
mpv.conf
21
mpv.conf
@ -36,12 +36,9 @@ profile=high-quality
|
|||||||
blend-subtitles=video
|
blend-subtitles=video
|
||||||
# GPU OPTIONS
|
# GPU OPTIONS
|
||||||
vo=gpu-next
|
vo=gpu-next
|
||||||
hwdec=nvdec-copy
|
hwdec=nvdec
|
||||||
gpu-api=vulkan
|
gpu-api=vulkan
|
||||||
# scale=bicubic
|
scale=ewa_lanczossharp
|
||||||
# scale=ewa_lanczos
|
|
||||||
# scale-blur=0.981251
|
|
||||||
# dscale=bicubic
|
|
||||||
dscale=catmull_rom
|
dscale=catmull_rom
|
||||||
cscale=bicubic
|
cscale=bicubic
|
||||||
tscale=oversample
|
tscale=oversample
|
||||||
@ -66,6 +63,14 @@ cscale-antiring=0.5
|
|||||||
# gpu-context=wayland
|
# gpu-context=wayland
|
||||||
# profile=opengl-hq
|
# profile=opengl-hq
|
||||||
|
|
||||||
|
gpu-context=waylandvk
|
||||||
|
gpu-api=vulkan
|
||||||
|
vulkan-swap-mode=mailbox
|
||||||
|
swapchain-depth=2
|
||||||
|
vulkan-async-compute=no
|
||||||
|
vd-lavc-threads=0
|
||||||
|
opengl-pbo=yes
|
||||||
|
vd-lavc-film-grain=gpu
|
||||||
|
|
||||||
input-ipc-server=/tmp/mpvsocket
|
input-ipc-server=/tmp/mpvsocket
|
||||||
# ao=pule,pipewire
|
# ao=pule,pipewire
|
||||||
@ -92,6 +97,12 @@ screenshot-sw=no
|
|||||||
screenshot-directory="/truenas/sudacode/pictures/mpv"
|
screenshot-directory="/truenas/sudacode/pictures/mpv"
|
||||||
screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n"
|
screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n"
|
||||||
|
|
||||||
|
save-position-on-quit
|
||||||
|
watch-later-dir="~~.watch-later"
|
||||||
|
resume-playback=yes
|
||||||
|
save-watch-history
|
||||||
|
watch-history-path="~~state/watch_history.jsonl"
|
||||||
|
|
||||||
[hdr]
|
[hdr]
|
||||||
target-colorspace-hint=yes
|
target-colorspace-hint=yes
|
||||||
gpu-api=vulkan
|
gpu-api=vulkan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user