From d91197c610e10cf4360990ac5a5bcdb605b779b2 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Sat, 8 Dec 2018 15:33:57 +0530 Subject: doc: vapoursynth Add entry in external library list and demuxers. --- doc/demuxers.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/demuxers.texi') diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 0bb3c5eb34..2b0b37b061 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -732,4 +732,20 @@ Example: convert the captions to a format most players understand: ffmpeg -i http://www.ted.com/talks/subtitles/id/1/lang/en talk1-en.srt @end example +@section vapoursynth + +Vapoursynth wrapper. + +Due to security concerns, Vapoursynth scripts will not +be autodetected so the input format has to be forced. For ff* CLI tools, +add @code{-f vapoursynth} before the input @code{-i yourscript.vpy}. + +This demuxer accepts the following option: +@table @option +@item max_script_size +The demuxer buffers the entire script into memory. Adjust this value to set the maximum buffer size, +which in turn, acts as a ceiling for the size of scripts that can be read. +Default is 1 MiB. +@end table + @c man end DEMUXERS -- cgit v1.2.3