summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-03 03:25:51 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:17 +0900
commit1e14d65db88017b41f661f105a23b71457341e80 (patch)
tree96f8236dc1b1a8ea25d6a2ce532136465101b93a
parent57829ed95a8c22f575b875b3cbe55bd08567765e (diff)
downloadmpv-1e14d65db88017b41f661f105a23b71457341e80.tar.bz2
mpv-1e14d65db88017b41f661f105a23b71457341e80.tar.xz
manpage: vf_vapoursynth: document mpv-specific predefined variables
-rw-r--r--DOCS/man/vf.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 6e7418c0c3..4750c76c6f 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -910,6 +910,17 @@ Available filters are:
making it higher than the number of cores can actually make it
slower.
+ The following variables are defined by mpv:
+
+ ``video_in``
+ The mpv video source as vapoursynth clip. Note that this has no length
+ set, which confuses many filters. Using ``Trim`` on the clip with a
+ high dummy length can turn it into a finite clip.
+
+ ``video_in_dw``, ``video_in_dh``
+ Display size of the video. Can be different from video size if the
+ video does not use square pixels (e.g. DVD).
+
``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