summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/vf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/en/vf.rst')
-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