summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorJulian <MyFakeAcc.4@googlemail.com>2015-02-09 00:05:09 +0100
committerwm4 <wm4@nowhere>2015-02-13 22:35:47 +0100
commit349067a6ab2d03024b3e984e80314f303dd14432 (patch)
tree507238b113400382586f56406cae12a972cf7396 /DOCS
parentcd6dfcbef4ef15fd7ccd387e2f3438d7e702c567 (diff)
downloadmpv-349067a6ab2d03024b3e984e80314f303dd14432.tar.bz2
mpv-349067a6ab2d03024b3e984e80314f303dd14432.tar.xz
vf_vapoursynth: add display refresh rate property
This value is not necessarily trustworthy (it might change) and can be 0.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 41ca08beeb..bfc6e5d53d 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -649,6 +649,9 @@ Available filters are:
Useful for some filters which insist on having a FPS.
+ ``display_fps``
+ Refresh rate of the current display. Note that this value can be 0.
+
``vapoursynth-lazy``
The same as ``vapoursynth``, but doesn't load Python scripts. Instead, a
custom backend using Lua and the raw VapourSynth API is used. The syntax