diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 6404d07..30e8efc 100755 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,4 +1,5 @@ profile=pc-stuff +profile=tonemaping-pc profile=pc-sdr-display-conf #profile=tv-display-auto #profile=android-decent-hw @@ -205,7 +206,9 @@ dither=fruit #common primaries for modern displays are 'bt.709' (sRGB), 'bt.2020', 'apple' (Apple RGB), 'adobe' (Adobe RGB) and 'dci-p3' 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-gamut=bt.709 + +# transfer characteristics (gamma), you can leave it on 'auto', you can also use 'bt.1886', 'srgb', 'gamma2.2' 'linear', 'pq' or another option target-trc=srgb gamma-factor=1.1 #lighten image when using target-trc=srgb @@ -213,23 +216,23 @@ gamma-factor=1.1 #lighten image when using target-trc=srgb #you can leave it on 'auto', sdr is '203' target-peak=auto +#auto hdr switching +target-colorspace-hint=yes [tv-display-auto] dither-depth=auto #dither=fruit #dither-size-fruit=8 -#common primaries for modern displays are 'bt.709' (sRGB), 'bt.2020', 'apple' (Apple RGB), 'adobe' (Adobe RGB) and 'dci-p3' target-prim=auto -# transfer characteristics (gamma), you can leave it on 'auto', you can also use 'bt.1886', 'srgb', 'linear', 'pq' or another option +target-gamut=auto + target-trc=auto -#you can leave it on 'auto', sdr is '203' target-peak=auto -#auto hdr switching -#target-colorspace-hint=yes +target-colorspace-hint=yes [tonemaping-pc] @@ -270,11 +273,11 @@ icc-intent=0 #dscale=hermite -#cscale=catmull_rom +cscale=bilinear -vo=gpu -#vo=gpu-next +#vo=gpu +vo=gpu-next #hwdec=auto-safe @@ -308,4 +311,4 @@ vf-clr #[bwdifdeint-autoprofile] #profile-cond=p["video-format/tff"] -#profile=bwdifdeint \ No newline at end of file +#profile=bwdifdeint