summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-04-16 20:29:17 +0200
committerKacper Michajłow <kasper93@gmail.com>2024-04-16 21:58:55 +0200
commitd23f641bb3b02ab226ed7228ea6b8d1a0cda2785 (patch)
treef26b4fa700b348e50992a37653686ad31c308b50 /DOCS/man/input.rst
parent68bcbf66ef4a9bcab1ffd6c5c5cf8fd7fd39bb7e (diff)
downloadmpv-d23f641bb3b02ab226ed7228ea6b8d1a0cda2785.tar.bz2
mpv-d23f641bb3b02ab226ed7228ea6b8d1a0cda2785.tar.xz
player/command: remove codec-info and use track-list directly
Turns out that adding more medatata like HDR10+ and Dolby Vision would produce a lot of duplication and it is better to centralize it around the track-list property. Fixes: e720159f72be2a816db849acb286f36a1ac4622b
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst40
1 files changed, 0 insertions, 40 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 22b53b3feb..6d6b64c1ad 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2401,26 +2401,6 @@ Property list
Similar to ``ao-volume``, but controls the mute state. May be unimplemented
even if ``ao-volume`` works.
-``audio-codec-info``
- Audio codec information.
-
- ``audio-codec-info/name``
- The codec name used by this track, for example ``aac``.
-
- ``audio-codec-info/desc``
- The codec descriptive name used by this track.
-
- ``audio-codec-info/profile``
- The codec profile used by this track. Available only if the track has
- been already decoded.
-
- ::
-
- MPV_FORMAT_NODE_MAP
- "name" MPV_FORMAT_STRING
- "desc" MPV_FORMAT_STRING
- "profile" MPV_FORMAT_STRING
-
``audio-params``
Audio format as output by the audio decoder.
This has a number of sub-properties:
@@ -2504,26 +2484,6 @@ Property list
multiple interop drivers for the same hardware decoder, depending on
platform and VO.
-``video-codec-info``
- Video codec information.
-
- ``video-codec-info/name``
- The codec name used by this track, for example ``h264``.
-
- ``video-codec-info/desc``
- The codec descriptive name used by this track.
-
- ``video-codec-info/profile``
- The codec profile used by this track. Available only if the track has
- been already decoded.
-
- ::
-
- MPV_FORMAT_NODE_MAP
- "name" MPV_FORMAT_STRING
- "desc" MPV_FORMAT_STRING
- "profile" MPV_FORMAT_STRING
-
``width``, ``height``
Video size. This uses the size of the video as decoded, or if no video
frame has been decoded yet, the (possibly incorrect) container indicated