From 175207b6eb07b8a3fa5f1580a90aee67924eeafb Mon Sep 17 00:00:00 2001 From: gaitas13 <91051922+gaitas13@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:46:01 +0100 Subject: [PATCH] mpv sdr gamma --- .config/mpv/mpv.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 517429e..6404d07 100755 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,5 +1,5 @@ profile=pc-stuff -profile=pc-display-conf +profile=pc-sdr-display-conf #profile=tv-display-auto #profile=android-decent-hw @@ -163,6 +163,7 @@ hwdec=auto-safe #hwdec=vulkan + #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=vulkan # Comment this if you notice stuttering and uncomment the above line @@ -196,7 +197,7 @@ video-sync=audio #fix desync on d3d11va-copy when not using gpu-api = opengl or #diplays -[pc-display-conf] +[pc-sdr-display-conf] dither-depth=8 dither=fruit #dither-size-fruit=8 @@ -207,6 +208,8 @@ target-prim=bt.709 # transfer characteristics (gamma), you can leave it on 'auto', you can also use 'bt.1886', 'srgb', 'linear', 'pq' or another option target-trc=srgb +gamma-factor=1.1 #lighten image when using target-trc=srgb + #you can leave it on 'auto', sdr is '203' target-peak=auto @@ -225,6 +228,9 @@ target-trc=auto #you can leave it on 'auto', sdr is '203' target-peak=auto +#auto hdr switching +#target-colorspace-hint=yes + [tonemaping-pc]