From 772961f0ceb091f099eec03e2e8a3a2b354aa18f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 25 Nov 2015 22:07:56 +0100 Subject: command, vo: add estimated-display-fps property This is simply the average refresh rate. Including "bad" samples is actually an advantage, because the property exists only for informational purposes, and will reflect problems such as the driver skipping a vsync. Also export the standard deviation of the vsync frame duration (normalized to the range 0-1) as vsync-jitter property. --- DOCS/man/input.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'DOCS/man/input.rst') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 367d9f185b..1a59f283fe 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1487,6 +1487,14 @@ Property list available on all platforms. Note that any of the listed facts may change any time without a warning. +``estimated-display-fps`` + Only available if display-sync mode (as selected by ``--video-sync``) is + active. Returns the actual rate at which display refreshes seem to occur, + measured by system time. + +``vsync-jitter`` + Estimated deviation factor of the vsync duration. + ``video-aspect`` (RW) Video aspect, see ``--video-aspect``. -- cgit v1.2.3