From 38da5b89c2c2941c0c4ed27baf8921a44a58b4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Tue, 24 Oct 2023 14:06:53 +0200 Subject: player/command: remove hdr-metadata property It is now included in video-out-params and was never released in stable version, so we can safely remove it. --- DOCS/man/input.rst | 58 +++++++++--------------------------------------------- 1 file changed, 9 insertions(+), 49 deletions(-) (limited to 'DOCS/man/input.rst') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index f2150146db..628e345c61 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -2550,55 +2550,15 @@ Property list "stereo-in" MPV_FORMAT_STRING "average-bpp" MPV_FORMAT_INT64 "alpha" MPV_FORMAT_STRING - -``hdr-metadata`` - Video HDR metadata per frame, including peak detection result. - If supported the same information is also included in ``video-out-params``. - This has a number of sub-properties: - - ``hdr-metadata/min-luma`` - Minimum luminance, as reported by HDR10 metadata (in cd/m²) - - ``hdr-metadata/max-luma`` - Maximum luminance, as reported by HDR10 metadata (in cd/m²) - - ``hdr-metadata/max-cll`` - Maximum content light level, as reported by HDR10 metadata (in cd/m²) - - ``hdr-metadata/max-fall`` - Maximum frame average light level, as reported by HDR10 metadata (in cd/m²) - - ``hdr-metadata/scene-max-r`` - MaxRGB of a scene for R component, as reported by HDR10+ metadata (in cd/m²) - - ``hdr-metadata/scene-max-g`` - MaxRGB of a scene for G component, as reported by HDR10+ metadata (in cd/m²) - - ``hdr-metadata/scene-max-b`` - MaxRGB of a scene for B component, as reported by HDR10+ metadata (in cd/m²) - - ``hdr-metadata/max-pq-y`` - Maximum PQ luminance of a frame, as reported by peak detection (in PQ, 0-1) - - ``hdr-metadata/avg-pq-y`` - Average PQ luminance of a frame, as reported by peak detection (in PQ, 0-1) - - When querying the property with the client API using ``MPV_FORMAT_NODE``, - or with Lua ``mp.get_property_native``, this will return a mpv_node with - the following contents: - - :: - - MPV_FORMAT_NODE_MAP - "min-luma" MPV_FORMAT_DOUBLE - "max-luma" MPV_FORMAT_DOUBLE - "max-cll" MPV_FORMAT_DOUBLE - "max-fall" MPV_FORMAT_DOUBLE - "scene-max-r" MPV_FORMAT_DOUBLE - "scene-max-g" MPV_FORMAT_DOUBLE - "scene-max-b" MPV_FORMAT_DOUBLE - "max-pq-y" MPV_FORMAT_DOUBLE - "avg-pq-y" MPV_FORMAT_DOUBLE + "min-luma" MPV_FORMAT_DOUBLE + "max-luma" MPV_FORMAT_DOUBLE + "max-cll" MPV_FORMAT_DOUBLE + "max-fall" MPV_FORMAT_DOUBLE + "scene-max-r" MPV_FORMAT_DOUBLE + "scene-max-g" MPV_FORMAT_DOUBLE + "scene-max-b" MPV_FORMAT_DOUBLE + "max-pq-y" MPV_FORMAT_DOUBLE + "avg-pq-y" MPV_FORMAT_DOUBLE ``dwidth``, ``dheight`` Video display size. This is the video size after filters and aspect scaling -- cgit v1.2.3