summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-25 22:07:56 +0100
committerwm4 <wm4@nowhere>2015-11-25 22:07:56 +0100
commit772961f0ceb091f099eec03e2e8a3a2b354aa18f (patch)
tree7a387da504ec55dd88339ba7685ec51d54c2a706 /DOCS/man/input.rst
parent5bc9b273b33b7ed4f85684e956a2e8ecb5645277 (diff)
downloadmpv-772961f0ceb091f099eec03e2e8a3a2b354aa18f.tar.bz2
mpv-772961f0ceb091f099eec03e2e8a3a2b354aa18f.tar.xz
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.
Diffstat (limited to 'DOCS/man/input.rst')
-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 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``.