From dc24a437fb9ba2485bc8c5866542bd36254410d4 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 19 Jun 2020 08:03:46 +0200 Subject: vo_gpu: add better gamut clipping option See https://code.videolan.org/videolan/libplacebo/-/commit/d63eeb1ecc204 Enabled by default because I think it looks better. YMMV. --- DOCS/man/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 209b857850..e5e43bfb7f 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -6167,6 +6167,13 @@ The following video options are currently all specific to ``--vo=gpu`` and well with ICC profiles, since the 3DLUTs are always generated against the source color space and have chromatically-accurate clipping built in. +``--gamut-clipping`` + If enabled (default: yes), mpv will colorimetrically clip out-of-gamut + colors by desaturating them (preserving luma), rather than hard-clipping + each component individually. This should make playback of wide gamut + content on typical (standard gamut) monitors look much more aesthetically + pleasing and less blown-out. + ``--use-embedded-icc-profile`` Load the embedded ICC profile contained in media files such as PNG images. (Default: yes). Note that this option only works when also using a display -- cgit v1.2.3