From fb819f069f8beb5b72ab304acafcc4a40e86d3c8 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Sun, 1 Nov 2020 13:13:02 +0100 Subject: 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 --- DOCS/man/input.rst | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'DOCS') 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 -- cgit v1.2.3