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.
This commit is contained in:
wm4 2014-08-31 00:22:01 +02:00
parent 94140e0897
commit 8956878448
1 changed files with 7 additions and 2 deletions

View File

@ -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.