summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-30 14:05:41 +0100
committerwm4 <wm4@nowhere>2015-10-30 14:05:41 +0100
commit7aba3a5d96b0d3b22c9e93057b6d1b4cba0e5104 (patch)
tree3271f366b12d492532f4e49463da305c75e7112a /DOCS
parentacd5816a6df9e2de9e8dd307dde12a90717d464a (diff)
downloadmpv-7aba3a5d96b0d3b22c9e93057b6d1b4cba0e5104.tar.bz2
mpv-7aba3a5d96b0d3b22c9e93057b6d1b4cba0e5104.tar.xz
command: add mistimed-frame-count property
Does what the manpage says. This is a replacement incrementing the dropped frame counter (see previous commit).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index d1d891227b..04cf44c8ae 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -913,6 +913,14 @@ Property list
``vo-drop-frame-count``
Frames dropped by VO (when using ``--framedrop=vo``).
+``mistimed-frame-count``
+ Number of video frames that were not timed correctly in display-sync mode
+ for the sake of keeping A/V sync. This does not include external
+ circumstances, such as video rendering being too slow or the graphics
+ driver somehow skipping a vsync. It does not include rounding errors either
+ (which can happen especially with bad source timestamps). For example,
+ using the ``display-desync`` mode should never change this value from 0.
+
``percent-pos`` (RW)
Position in current file (0-100). The advantage over using this instead of
calculating it out of other properties is that it properly falls back to