From 01a2af6c7c98c04e7cc834ea019f31f8c698d125 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 22 Nov 2015 18:54:22 +0100 Subject: command: export some per-video-frame information Utterly useless, but requested. Fixes #2444. --- DOCS/man/input.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index b581c5a8ad..367d9f185b 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1441,6 +1441,19 @@ Property list Has the same sub-properties as ``video-params``. +``video-frame-info`` + Approximate information of the current frame. Note that if any of these + are used on OSD, the information might be off by a few frames due to OSD + redrawing and frame display being somewhat disconnected, and you might + have to pause and force a redraw. + + Sub-properties: + + ``video-frame-info/picture-type`` + ``video-frame-info/interlaced`` + ``video-frame-info/tff`` + ``video-frame-info/repeat`` + ``fps`` Container FPS. This can easily contain bogus values. For videos that use modern container formats or video codecs, this will often be incorrect. -- cgit v1.2.3