summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-13 12:27:26 +0200
committerwm4 <wm4@nowhere>2014-04-13 12:27:26 +0200
commitf3043a77a3def61bff5ed49350190f90298614bb (patch)
tree7c3b2e64cdc5c0c18b28c3d53e2586a5e9b5737b /DOCS
parent76961843c3b9088a06c3ff07f082306d1e2fc247 (diff)
downloadmpv-f3043a77a3def61bff5ed49350190f90298614bb.tar.bz2
mpv-f3043a77a3def61bff5ed49350190f90298614bb.tar.xz
manpage: vf_vapoursynth: document what happens on seeking
Unfortunately, reloading on seeking causes real problems.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/vf.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index 5cd5d205eb..c88626ffad 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -879,6 +879,14 @@ Available filters are:
core = vs.get_core()
core.std.AddBorders(video_in, 10, 10, 20, 20).set_output()
+ .. warning::
+
+ The script will be reloaded on every seek. This is done to reset
+ the filter properly on discontinuities. One problem with that is
+ that VapourSynth's ``LoadPlugin`` is documented to error when a
+ plugin is already loaded, so if you use this function, you'll have
+ to add a workaround to ignore the error.
+
``maxbuffer``
Maximum number of decoded video frames that should be buffered before
the filter (default: 5). This specifies the maximum number of frames