This commit is contained in:
Patrick Alvin Alcala 2025-07-03 18:13:02 +08:00
parent f0d81507e7
commit 91ac899e76
134 changed files with 29248 additions and 114 deletions

59
.config/mpv/mpv.conf Normal file
View file

@ -0,0 +1,59 @@
save-position-on-quit=yes # saves the seekbar position on exit
force-seekable=yes # forces videos to be seekable
# ===== RAM =====
cache=yes # uses a large seekable RAM cache even for local input.
# cache-secs=300 # uses extra large RAM cache (needs cache=yes to make it useful).
demuxer-max-back-bytes=20M # sets fast seeking
demuxer-max-bytes=20M # sets fast seeking
# ===== Video =====
vlang=en,eng # Sets the video language
#profile=gpu-hq
vo=gpu-next
gpu-api=vulkan
spirv-compiler=shaderc
hwdec=nvdec
gpu-context=waylandvk
fbo-format=rgba32f
# ===== Audio =====
volume-max=100
volume=90
ao=pulse
subs-with-matching-audio=no
audio-exclusive=no
audio-channels=stereo,5.1,7.1
audio-spdif=ac3,dts,eac3,dts-hd,truehd
# ===== General =====
hls-bitrate=max # uses max quality for HLS streams
pause=yes # disables autoplay
prefetch-playlist=yes # prefetches the playlist
# snap-window=yes # Enables windows snapping for Windows 10, 11
# priority=high
fullscreen=yes
keep-open=yes
ontop=yes
interpolation=yes
deband=no
dither-depth=auto
autofit=100%
osd_bar=no
border=no
video-sync=display-resample
include="~~/mpv_terminal.conf"
include="~~/mpv_osd.conf"
include="~~/mpv_subtitles.conf"
include="~~/mpv_shaders.conf"
include="~~/mpv_file_extensions.conf"