summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido Cella <guidocella91@gmail.com>2020-11-01 13:13:02 +0100
committerDudemanguy <random342@airmail.cc>2020-11-11 18:20:33 +0000
commitfb819f069f8beb5b72ab304acafcc4a40e86d3c8 (patch)
treecb75738f411894f3cea45c9484d48c92d5222cc6
parent39ca957874ad3ef070f13aeb099edfe58129ae1d (diff)
downloadmpv-fb819f069f8beb5b72ab304acafcc4a40e86d3c8.tar.bz2
mpv-fb819f069f8beb5b72ab304acafcc4a40e86d3c8.tar.xz
manpage: document video-frame-info sub-properties
The picture type is explained in /usr/include/libavutil/avutil.h Other subproperties in /usr/include/libavutil/frame.h And there is a more detailed explanation for repeat_pict in /usr/include/libavcodec/avcodec.h
-rw-r--r--DOCS/man/input.rst18
1 files changed, 13 insertions, 5 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 34571a3839..32b8986774 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2418,12 +2418,20 @@ Property list
redrawing and frame display being somewhat disconnected, and you might
have to pause and force a redraw.
- Sub-properties::
+ This has a number of sub-properties:
+
+ ``video-frame-info/picture-type``
+ The type of the picture. It can be "I" (intra), "P" (predicted), "B"
+ (bi-dir predicted) or unavailable.
+
+ ``video-frame-info/interlaced``
+ Whether the content of the frame is interlaced.
+
+ ``video-frame-info/tff``
+ If the content is interlaced, whether the top field is displayed first.
- video-frame-info/picture-type
- video-frame-info/interlaced
- video-frame-info/tff
- video-frame-info/repeat
+ ``video-frame-info/repeat``
+ Whether the frame must be delayed when decoding.
``container-fps``
Container FPS. This can easily contain bogus values. For videos that use