From 895687844829068999869326de3cb9174e5fb496 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 31 Aug 2014 00:22:01 +0200 Subject: manpage: be more explicit about "estimated-..." properties In particular, use the note markup. The issue about rounded timestamps is mostly with respect to Matroska (which usually rounds them to milliseconds), which somewhat adds to the reliability issue. --- DOCS/man/input.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index e6ad7dc037..ec117774b3 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -597,12 +597,17 @@ Property list size of the currently played segment is returned.) ``estimated-frame-count`` - Total number of frames in current file. Note: It's only an estimate. - (It's computed from two unreliable quantities: fps and stream length.) + Total number of frames in current file. + + .. note:: This is only an estimate. (It's computed from two unreliable + quantities: fps and stream length.) ``estimated-frame-number`` Number of current frame in current stream. + .. note:: This is only an estimate. (It's computed from two unreliable + quantities: fps and possibly rounded timestamps.) + ``path`` Full path of the currently played file. -- cgit v1.2.3