update
This commit is contained in:
parent
ddaa811f7a
commit
c938e82868
19
mpv.conf
19
mpv.conf
@ -144,7 +144,7 @@ cache=yes
|
||||
#[eye-cancer]
|
||||
#sharpen=5
|
||||
|
||||
profile=gpu-hq
|
||||
profile=svp
|
||||
sub-font=JetBrainsMono Nerd Font
|
||||
sub-font-size=50
|
||||
osd-font=JetBrainsMono Nerd Font
|
||||
@ -154,16 +154,12 @@ geometry=50%
|
||||
volume=50
|
||||
# speed-step=0.05
|
||||
audio-spdif=ac3,eac3,dts-hd,truehd
|
||||
glsl-shaders="~~/shaders/FSRCNNX.glsl:~~/shaders/FSR.glsl:~~/shaders/NVScaler.glsl:~~/shaders/CAS-scaled.glsl"
|
||||
|
||||
# Can fix stuttering in some cases, in other cases probably causes it. Try it if you experience stuttering.
|
||||
opengl-early-flush=no
|
||||
|
||||
osc=no
|
||||
|
||||
interpolation
|
||||
tscale=oversample
|
||||
hwdec=nvdec
|
||||
ytdl-raw-options=ignore-config=,sub-lang=en,write-auto-sub=
|
||||
ytdl-format=bestvideo+bestaudio/best
|
||||
|
||||
@ -177,6 +173,19 @@ input-ipc-server=/tmp/mpvsocket
|
||||
|
||||
video-sync=display-resample
|
||||
|
||||
glsl-shaders="~~/shaders/FSRCNNX.glsl:~~/shaders/NVScaler.glsl:~~/shaders/CAS-scaled.glsl"
|
||||
|
||||
# GPU OPTIONS
|
||||
vo=gpu-next
|
||||
hwdec=nvdec
|
||||
scale=bicubic
|
||||
dscale=bicubic
|
||||
cscale=bicubic
|
||||
tscale=oversample
|
||||
interpolation=yes
|
||||
interpolation-preserve=no
|
||||
|
||||
|
||||
[svp]
|
||||
input-ipc-server=/tmp/mpvsocket # Receives input from SVP
|
||||
hr-seek-framedrop=no # Fixes audio desync
|
||||
|
Loading…
x
Reference in New Issue
Block a user