From 3bd12ecc92f2c29dc1d98b937adf2918ec024599 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Mon, 27 Jan 2025 21:17:33 +0100 Subject: [PATCH] Update. --- .config/MangoHud/MangoHud.conf | 4 +-- .config/mpv/mpv.conf | 63 ++++++++++++++++++++++++---------- .config/picom/picom.conf | 2 ++ 3 files changed, 49 insertions(+), 20 deletions(-) diff --git a/.config/MangoHud/MangoHud.conf b/.config/MangoHud/MangoHud.conf index 5bdd02d..0d48f14 100644 --- a/.config/MangoHud/MangoHud.conf +++ b/.config/MangoHud/MangoHud.conf @@ -37,8 +37,8 @@ fps_color=B22222,FDFD09,39F900 ### Display miscellaneous information # engine_version -# gpu_name -# vulkan_driver +gpu_name +vulkan_driver # wine ### Display GameMode / vkBasalt running status diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 087eeea..426f15d 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,27 +1,54 @@ -# multiple codecs with the easiest to run being prefered and vp9 disabled with limit to 1080p and 60 fps -ytdl-format=bestvideo[height<=?1080][fps<=?60][vcodec!=?vp9]+bestaudio/best -# THIS OPTIONS ACTUALLY FORCES VP9 OUT, FUCK YEA -ytdl-raw-options=extractor-args="youtube:player-client=android" +# 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!~='vp0?9'][vcodec!*=av01]+bestaudio/best + # fullscreen and show window immediatly fs force-window=immediate -# making playback be as smooth as possible f**k quility -scale=bilinear -cscale=bilinear -dscale=bilinear -scale-antiring=0 -cscale-antiring=0 -dither-depth=no -correct-downscaling=no -sigmoid-upscaling=no -deband=no -# hwdec=auto -# gpu-api=vulkan -# vo=gpu-next + +# disable droping frames during seek +hr-seek-framedrop=no + +# high quality settings +profile=gpu-hq + +# Hardware acceleration +hwdec=nvdec-copy +gpu-api=vulkan +vo=gpu-next + # 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" +# Change up order lol +alang = 'jpn,jp,eng,en' + # Subtitles loading on crack sub-file-paths=Subs;subs 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 diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 48c37bd..335ad9f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -8,3 +8,5 @@ inactive-opacity-override = false; corner-radius = 0; vsync = false; + +backend = "glx";