summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-18 21:21:57 +0100
committerwm4 <wm4@nowhere>2015-11-18 21:21:57 +0100
commit58caf577f1949655e2eeaf3d7c565eedb6ee2805 (patch)
tree28611d70340297bf229d66a3e84bb7156b37fe53 /DOCS
parent76fcef618b2f4e3ea7792866ed8eb74db356e152 (diff)
downloadmpv-58caf577f1949655e2eeaf3d7c565eedb6ee2805.tar.bz2
mpv-58caf577f1949655e2eeaf3d7c565eedb6ee2805.tar.xz
player: replace mistimed-frame-count with vsync-ratio on status line
I think this is much more informative. Maybe.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/mpv.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 1e66d4301a..fda4aa0701 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -562,11 +562,13 @@ listed.
this will indicate a problem. (``total-avsync-change`` property.)
- Encoding state in ``{...}``, only shown in encoding mode.
- Display sync state. If display sync is active (``display-sync-active``
- property), this shows ``DS: 12/13``, where the first number is the number of
- frames where a vsync was intentionally added or removed
- (``mistimed-frame-count``), and the second number of estimated number of vsyncs
- which took too long (``vo-delayed-frame-count`` property). The latter is a
- heuristic, as it's generally not possible to determine this with certainty.
+ property), this shows ``DS: 2.500/13``, where the first number is average
+ number of vsyncs per video frame (e.g. 2.5 when playing 24Hz videos on 60Hz
+ screens), which might jitter if the ratio doesn't round off, or there are
+ mistimed frames (``vsync-ratio``), and the second number of estimated number
+ of vsyncs which took too long (``vo-delayed-frame-count`` property). The
+ latter is a heuristic, as it's generally not possible to determine this with
+ certainty.
- Dropped frames, e.g. ``Dropped: 4``. Shows up only if the count is not 0. Can
grow if the video framerate is higher than that of the display, or if video
rendering is too slow. Also can be incremented on "hiccups" and when the video