This commit is contained in:
ksyasuda 2025-01-20 16:17:22 -08:00
parent 51ecbeab02
commit 7d55c2fb7a
No known key found for this signature in database
2 changed files with 9 additions and 10 deletions

View File

@ -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+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+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+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" CTRL+0 no-osd change-list glsl-shaders clr ""; show-text "GLSL shaders cleared"

View File

@ -94,8 +94,8 @@
# Pretend to be a web browser. Might fix playback with some streaming sites, # Pretend to be a web browser. Might fix playback with some streaming sites,
# but also will break with shoutcast streams. # 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 (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; 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 (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="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" # 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 cache=yes
# #
# Use extra large RAM cache (needs cache=yes to make it useful). # Use extra large RAM cache (needs cache=yes to make it useful).
#demuxer-max-bytes=500M demuxer-max-bytes=500M
#demuxer-max-back-bytes=100M demuxer-max-back-bytes=100M
# #
# Disable the behavior that the player will pause if the cache goes below a # Disable the behavior that the player will pause if the cache goes below a
# certain fill size. # certain fill size.
#cache-pause=no cache-pause=no
# #
# Store cache payload on the hard disk instead of in RAM. (This may negatively # Store cache payload on the hard disk instead of in RAM. (This may negatively
# impact performance unless used for slow input such as network.) # impact performance unless used for slow input such as network.)
@ -144,7 +144,6 @@ cache=yes
#[eye-cancer] #[eye-cancer]
#sharpen=5 #sharpen=5
profile=svp
sub-font=JetBrainsMono Nerd Font sub-font=JetBrainsMono Nerd Font
sub-font-size=50 sub-font-size=50
osd-font=JetBrainsMono Nerd Font osd-font=JetBrainsMono Nerd Font
@ -168,13 +167,13 @@ ytdl-format=bestvideo+bestaudio/best
slang=en slang=en
# disable subtitles by default = no # disable subtitles by default = no
sid=no sid=no
# keep-open
input-ipc-server=/tmp/mpvsocket
video-sync=display-resample 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 # GPU OPTIONS
vo=gpu-next vo=gpu-next
hwdec=nvdec hwdec=nvdec
@ -185,7 +184,6 @@ tscale=oversample
interpolation=yes interpolation=yes
interpolation-preserve=no interpolation-preserve=no
[svp] [svp]
input-ipc-server=/tmp/mpvsocket # Receives input from SVP input-ipc-server=/tmp/mpvsocket # Receives input from SVP
hr-seek-framedrop=no # Fixes audio desync hr-seek-framedrop=no # Fixes audio desync