summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-10 14:50:56 +0100
committerwm4 <wm4@nowhere>2015-03-10 14:50:56 +0100
commit574bd127ecadb6d7cbcad9aea2187b05a433dda1 (patch)
tree555391f837e0109322ae00fb47e45518b581334f /DOCS/man/input.rst
parenteff265c1400f6795e284d4e7c9054cf288d6c0cf (diff)
downloadmpv-574bd127ecadb6d7cbcad9aea2187b05a433dda1.tar.bz2
mpv-574bd127ecadb6d7cbcad9aea2187b05a433dda1.tar.xz
command: add display-fps property
Requested. Untested; leaving that to the users.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 2ff994a604..ae5e017d4f 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1339,6 +1339,13 @@ Property list
Names of the displays that the mpv window covers. On X11, these
are the xrandr names (LVDS1, HDMI1, DP1, VGA1, etc.).
+``display-fps``
+ The refresh rate of the current display. Currently, this is the lowest FPS
+ of any display covered by the video, as retrieved by the underlying system
+ APIs (e.g. xrandr on X11). It is not the measured FPS or the FPS set with
+ ``--display-fps``. It's not necessarily available on all platforms. Note
+ that any of the listed facts may change any time without a warning.
+
``video-aspect`` (RW)
Video aspect, see ``--video-aspect``.