From 349067a6ab2d03024b3e984e80314f303dd14432 Mon Sep 17 00:00:00 2001 From: Julian Date: Mon, 9 Feb 2015 00:05:09 +0100 Subject: vf_vapoursynth: add display refresh rate property This value is not necessarily trustworthy (it might change) and can be 0. --- DOCS/man/vf.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS') 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 -- cgit v1.2.3