mirror of https://github.com/mpv-player/mpv
manpage: fix copy&paste mistakes
These are definitely not per-track. (Maybe we should just provide a script or such which pretty-prints "native" property output.
This commit is contained in:
parent
55a7ef9675
commit
bf739ca324
|
@ -1196,13 +1196,12 @@ Property list
|
|||
|
||||
::
|
||||
|
||||
MPV_FORMAT_NODE_ARRAY
|
||||
MPV_FORMAT_NODE_MAP (for each track)
|
||||
"format" MPV_FORMAT_STRING
|
||||
"samplerate" MPV_FORMAT_INT64
|
||||
"channels" MPV_FORMAT_STRING
|
||||
"channel-count" MPV_FORMAT_INT64
|
||||
"hr-channels" MPV_FORMAT_STRING
|
||||
MPV_FORMAT_NODE_MAP
|
||||
"format" MPV_FORMAT_STRING
|
||||
"samplerate" MPV_FORMAT_INT64
|
||||
"channels" MPV_FORMAT_STRING
|
||||
"channel-count" MPV_FORMAT_INT64
|
||||
"hr-channels" MPV_FORMAT_STRING
|
||||
|
||||
``audio-out-params``
|
||||
Same as ``audio-params``, but the format of the data written to the audio
|
||||
|
@ -1364,21 +1363,20 @@ Property list
|
|||
|
||||
::
|
||||
|
||||
MPV_FORMAT_NODE_ARRAY
|
||||
MPV_FORMAT_NODE_MAP (for each track)
|
||||
"pixelformat" MPV_FORMAT_STRING
|
||||
"w" MPV_FORMAT_INT64
|
||||
"h" MPV_FORMAT_INT64
|
||||
"dw" MPV_FORMAT_INT64
|
||||
"dh" MPV_FORMAT_INT64
|
||||
"aspect" MPV_FORMAT_DOUBLE
|
||||
"par" MPV_FORMAT_DOUBLE
|
||||
"colormatrix" MPV_FORMAT_STRING
|
||||
"colorlevels" MPV_FORMAT_STRING
|
||||
"primaries" MPV_FORMAT_STRING
|
||||
"chroma-location" MPV_FORMAT_STRING
|
||||
"rotate" MPV_FORMAT_INT64
|
||||
"stereo-in" MPV_FORMAT_STRING
|
||||
MPV_FORMAT_NODE_MAP
|
||||
"pixelformat" MPV_FORMAT_STRING
|
||||
"w" MPV_FORMAT_INT64
|
||||
"h" MPV_FORMAT_INT64
|
||||
"dw" MPV_FORMAT_INT64
|
||||
"dh" MPV_FORMAT_INT64
|
||||
"aspect" MPV_FORMAT_DOUBLE
|
||||
"par" MPV_FORMAT_DOUBLE
|
||||
"colormatrix" MPV_FORMAT_STRING
|
||||
"colorlevels" MPV_FORMAT_STRING
|
||||
"primaries" MPV_FORMAT_STRING
|
||||
"chroma-location" MPV_FORMAT_STRING
|
||||
"rotate" MPV_FORMAT_INT64
|
||||
"stereo-in" MPV_FORMAT_STRING
|
||||
|
||||
``dwidth``, ``dheight``
|
||||
Video display size. This is the video size after filters and aspect scaling
|
||||
|
|
Loading…
Reference in New Issue