summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorAndrey Morozov <morozov.andrey.vmk@gmail.com>2014-08-19 23:19:38 +0400
committerwm4 <wm4@nowhere>2014-08-19 21:47:14 +0200
commit1cb15316b09fa9091d25f06603570475f5b18921 (patch)
treee69e12996f8d8fd9e22efdf1560e422366a8a74d /DOCS/man/input.rst
parent960f0ccfa1b714f0e129336b68739f3cbe72b2fc (diff)
downloadmpv-1cb15316b09fa9091d25f06603570475f5b18921.tar.bz2
mpv-1cb15316b09fa9091d25f06603570475f5b18921.tar.xz
command: add estimated-frame-count & estimated-frame-number properties
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index f62bbce24f..b66326c56b 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -596,6 +596,13 @@ Property list
``${stream-end}``. For ordered chapters and such, the
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.)
+
+``estimated-frame-number``
+ Number of current frame in current stream.
+
``path``
Full path of the currently played file.