updated mpv

This commit is contained in:
gaitas13 2025-08-22 13:55:43 +02:00
parent fc9778fb84
commit 098c1e9c03

View file

@ -1,6 +1,6 @@
profile=pc-stuff profile=pc-stuff
profile=tonemaping-pc profile=tonemaping-pc
profile=pc-sdr-display-conf #profile=pc-sdr-display-conf
#profile=tv-display-auto #profile=tv-display-auto
#profile=android-decent-hw #profile=android-decent-hw
@ -160,30 +160,31 @@ deband=no
vo=gpu-next vo=gpu-next
#on windows be careful of using dxva2, d3d11va is better. #on windows be careful of using dxva2, d3d11va is better.
#hwdec=auto-safe hwdec=auto-safe
hwdec=auto-copy-safe #enables copyback, requires more resources #hwdec=auto-copy-safe #enables copyback, requires more resources
#bwdif is now the fallback deinterlacer, but only vulkan has bwdif hw deinterlacing #bwdif is now the fallback deinterlacer, but only vulkan has bwdif hw deinterlacing
#hwdec=vulkan
#hwdec=vulkan-copy #hwdec=vulkan-copy
#vulkan uses more resources,but has better hdr compatibility #vulkan uses more resources,but has better hdr compatibility
#gpu-api=opengl # Uncomment this if you notice stuttering with vulkan, opengl may cause screen tearing depending of your config #gpu-api=opengl # Uncomment this if you notice stuttering with vulkan, opengl may cause screen tearing depending of your config
#gpu-api=vulkan # Comment this if you notice stuttering and uncomment the above line gpu-api=vulkan # Comment this if you notice stuttering and uncomment the above line
#vulkan-device='Intel(R) Iris(R) Xe Graphics' #vulkan-device='Intel(R) Iris(R) Xe Graphics'
#vulkan-device='NVIDIA GeForce RTX 4060 Laptop GPU' #vulkan-device='NVIDIA GeForce RTX 4060 Laptop GPU'
#gpu-context=winvk #gpu-context=winvk
vulkan-async-compute=yes #vulkan-async-compute=yes
vulkan-async-transfer=yes #vulkan-async-transfer=yes
vulkan-queue-count=1 #vulkan-queue-count=1
#opengl-waitvsync=yes #opengl-waitvsync=yes
vd-lavc-dr=yes #vd-lavc-dr=yes
spirv-compiler=auto #spirv-compiler=auto
# TEMPORAL INTERPOLATION (BETWEEN FRAMES) # TEMPORAL INTERPOLATION (BETWEEN FRAMES)
@ -218,10 +219,10 @@ target-trc=srgb
gamma-factor=1.1 #lighten image when using target-trc=srgb gamma-factor=1.1 #lighten image when using target-trc=srgb
#you can leave it on 'auto', sdr is '203' #you can leave it on 'auto', sdr is '203'
target-peak=auto target-peak=700
#auto hdr switching #auto hdr switching
#target-colorspace-hint=yes target-colorspace-hint=yes
[tv-display-auto] [tv-display-auto]
dither-depth=auto dither-depth=auto
@ -334,3 +335,17 @@ vf-clr
#[bwdifdeint-autoprofile] #[bwdifdeint-autoprofile]
#profile-cond=p["video-format/tff"] #profile-cond=p["video-format/tff"]
#profile=bwdifdeint #profile=bwdifdeint
[SDR]
profile-cond=p["video-params/gamma"] ~= "pq" and p["video-params/gamma"] ~= "hlg"
target-colorspace-hint=no
target-peak=203
[HDR/DV]
profile-cond=p["video-params/gamma"] == "pq" or p["video-params/gamma"] == "hlg"
target-contrast=8000 ##inf is for OLED, for LCD get the contrast value from rtings or similar
target-trc=pq
#target-prim=dci-p3
target-prim=auto
target-peak=700 ## If you have an HDR display, adjust this to the 10% peak
target-colorspace-hint=yes