This commit is contained in:
CronyAkatsuki 2025-01-27 21:17:33 +01:00
parent bd3a0b62e0
commit 3bd12ecc92
3 changed files with 49 additions and 20 deletions

View File

@ -37,8 +37,8 @@ fps_color=B22222,FDFD09,39F900
### Display miscellaneous information ### Display miscellaneous information
# engine_version # engine_version
# gpu_name gpu_name
# vulkan_driver vulkan_driver
# wine # wine
### Display GameMode / vkBasalt running status ### Display GameMode / vkBasalt running status

View File

@ -1,27 +1,54 @@
# multiple codecs with the easiest to run being prefered and vp9 disabled with limit to 1080p and 60 fps # limit videos to only 1080p 60fps, disable av1 ( my system can't hardware accelerate it) and vp9 ( file size too big my internet can't keep up )
ytdl-format=bestvideo[height<=?1080][fps<=?60][vcodec!=?vp9]+bestaudio/best ytdl-format=bestvideo[height<=?1080][fps<=?60][vcodec!~='vp0?9'][vcodec!*=av01]+bestaudio/best
# THIS OPTIONS ACTUALLY FORCES VP9 OUT, FUCK YEA
ytdl-raw-options=extractor-args="youtube:player-client=android"
# fullscreen and show window immediatly # fullscreen and show window immediatly
fs fs
force-window=immediate force-window=immediate
# making playback be as smooth as possible f**k quility
scale=bilinear # disable droping frames during seek
cscale=bilinear hr-seek-framedrop=no
dscale=bilinear
scale-antiring=0 # high quality settings
cscale-antiring=0 profile=gpu-hq
dither-depth=no
correct-downscaling=no # Hardware acceleration
sigmoid-upscaling=no hwdec=nvdec-copy
deband=no gpu-api=vulkan
# hwdec=auto vo=gpu-next
# gpu-api=vulkan
# vo=gpu-next
# nice screenshots # nice screenshots
screenshot-format=png
screenshot-high-bit-depth=yes
screenshot-png-compression=7 # Setting too high may lag the PC on weaker systems. Recommend 3 (weak systems) or 7.
screenshot-directory="~/pics/mpv/"
screenshot-template="%F - [%P]v%#01n" screenshot-template="%F - [%P]v%#01n"
# Change up order lol
alang = 'jpn,jp,eng,en'
# Subtitles loading on crack # Subtitles loading on crack
sub-file-paths=Subs;subs sub-file-paths=Subs;subs
sub-auto=all sub-auto=all
slang=english,eng,en slang=english,eng,en,enUS
# UI Options
reset-on-next-file=pause # Resumes playback when skip to next file
no-osd-bar # Hide OSD bar when seeking.
osd-duration=500 # Hide OSD text after x ms.
# Deband filter
deband=yes # Default values are 1:64:16:48
# Deband parameters configuration.
deband-iterations=2 # Range 1-16.
deband-threshold=35 # Range 0-4096.
deband-range=20 # Range 1-64.
deband-grain=5 # Range 0-4096.
# Enable dithering
dither-depth=auto
# Enable better scalers
scale=ewa_lanczossharp
dscale=mitchell
cscale=spline36 # alternatively ewa_lanczossoft depending on preference

View File

@ -8,3 +8,5 @@ inactive-opacity-override = false;
corner-radius = 0; corner-radius = 0;
vsync = false; vsync = false;
backend = "glx";