From 4470eaf5e5caefc5c68440babb9b4e5b23c4627a Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 7 Nov 2021 23:47:55 +0100 Subject: vo_gpu_next: implement HDR passthrough Completely untested, since Linux still can't into HDR in 2021. Somebody please make sure it works. Technically covers #8219, since gpu-context=drm can be combined with vo=gpu-next. --- DOCS/man/options.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 254321d6ce..d03ec08f0d 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -6172,6 +6172,11 @@ them. Fully replaces the color decoding. A LUT of this type should ingest the image's native colorspace and output normalized non-linear RGB. +``--target-colorspace-hint``` + Automatically configure the output colorspace of the display to pass + through the input values of the stream (e.g. for HDR passthrough), if + possible. Requires a supporting driver and ``--vo=gpu-next``. + ``--target-prim=`` Specifies the primaries of the display. Video colors will be adapted to this colorspace when ICC color management is not being used. Valid values -- cgit v1.2.3