summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-10-24 14:06:53 +0200
committersfan5 <sfan5@live.de>2023-11-05 18:57:36 +0100
commit38da5b89c2c2941c0c4ed27baf8921a44a58b4a7 (patch)
tree337db4b2dc927ac1735c0ab0482023781bd40345 /DOCS/man/input.rst
parent1174afcccc47101beed57068f4933c481e967efc (diff)
downloadmpv-38da5b89c2c2941c0c4ed27baf8921a44a58b4a7.tar.bz2
mpv-38da5b89c2c2941c0c4ed27baf8921a44a58b4a7.tar.xz
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.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst58
1 files changed, 9 insertions, 49 deletions
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