Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-12-08 13:03:57 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2018-12-08 13:03:57 +0300
commitd91197c610e10cf4360990ac5a5bcdb605b779b2 (patch)
treec79600ccc7c9c6dce8dfd5042d0ab658890565a1 /doc/general.texi
parent6b1c4ce8cf600f6bd7e48b6971527b56a31b9fab (diff)
doc: vapoursynth
Add entry in external library list and demuxers.
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 36e5f91d89..2bc33d180d 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -242,6 +242,17 @@ Go to @url{http://www.twolame.org/} and follow the
instructions for installing the library.
Then pass @code{--enable-libtwolame} to configure to enable it.
+@section VapourSynth
+
+FFmpeg can read VapourSynth scripts as input. To enable support, pass
+@code{--enable-vapoursynth} to configure. Vapoursynth is detected via
+@code{pkg-config}. Versions 42 or greater supported.
+See @url{http://www.vapoursynth.com/}.
+
+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}.
+
@section WavPack
FFmpeg can make use of the libwavpack library for WavPack encoding.