From 58caf577f1949655e2eeaf3d7c565eedb6ee2805 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 18 Nov 2015 21:21:57 +0100 Subject: player: replace mistimed-frame-count with vsync-ratio on status line I think this is much more informative. Maybe. --- DOCS/man/mpv.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'DOCS') 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 -- cgit v1.2.3