diff --git a/input.conf b/input.conf index 69df4ec..5a16a76 100644 --- a/input.conf +++ b/input.conf @@ -193,6 +193,7 @@ CTRL+1 no-osd change-list glsl-shaders set "~~/shaders/FSR.glsl"; show-text "FSR CTRL+2 no-osd change-list glsl-shaders set "~~/shaders/NVScaler.glsl"; show-text "NIS" CTRL+3 no-osd change-list glsl-shaders set "~~/shaders/CAS-scaled.glsl"; show-text "CAS" CTRL+4 no-osd change-list glsl-shaders set "~~/shaders/FSRCNNX.glsl"; show-text "FSRCNNX" +CTRL+5 no-osd change-list glsl-shaders set "~~/shaders/FSRCNNX.glsl:~~/shaders/CAS-scaled.glsl:~~/shaders/NVScaler.glsl"; show-text "ALL" CTRL+0 no-osd change-list glsl-shaders clr ""; show-text "GLSL shaders cleared" diff --git a/mpv.conf b/mpv.conf index d31ca74..6340c15 100644 --- a/mpv.conf +++ b/mpv.conf @@ -94,8 +94,8 @@ # Pretend to be a web browser. Might fix playback with some streaming sites, # but also will break with shoutcast streams. -user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" -# user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" +# user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" +user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" # user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36" # user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/37.0.2062.94 Chrome/37.0.2062.94 Safari/537.36" # user-agent="Chromium/37.0.2062.94 Chrome/37.0.2062.94 Safari/537.36" @@ -106,12 +106,12 @@ user-agent="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Geck cache=yes # # Use extra large RAM cache (needs cache=yes to make it useful). -#demuxer-max-bytes=500M -#demuxer-max-back-bytes=100M +demuxer-max-bytes=500M +demuxer-max-back-bytes=100M # # Disable the behavior that the player will pause if the cache goes below a # certain fill size. -#cache-pause=no +cache-pause=no # # Store cache payload on the hard disk instead of in RAM. (This may negatively # impact performance unless used for slow input such as network.) @@ -144,7 +144,6 @@ cache=yes #[eye-cancer] #sharpen=5 -profile=svp sub-font=JetBrainsMono Nerd Font sub-font-size=50 osd-font=JetBrainsMono Nerd Font @@ -168,13 +167,13 @@ ytdl-format=bestvideo+bestaudio/best slang=en # disable subtitles by default = no sid=no -# keep-open -input-ipc-server=/tmp/mpvsocket video-sync=display-resample -glsl-shaders="~~/shaders/FSRCNNX.glsl:~~/shaders/NVScaler.glsl:~~/shaders/CAS-scaled.glsl" +glsl-shader="~~/shaders/FSRCNNX.glsl" + +profile=svp # GPU OPTIONS vo=gpu-next hwdec=nvdec @@ -185,7 +184,6 @@ tscale=oversample interpolation=yes interpolation-preserve=no - [svp] input-ipc-server=/tmp/mpvsocket # Receives input from SVP hr-seek-framedrop=no # Fixes audio desync