diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-12-08 15:33:57 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-12-08 15:33:57 +0530 |
commit | d91197c610e10cf4360990ac5a5bcdb605b779b2 (patch) | |
tree | c79600ccc7c9c6dce8dfd5042d0ab658890565a1 /doc/general.texi | |
parent | 6b1c4ce8cf600f6bd7e48b6971527b56a31b9fab (diff) | |
download | ffmpeg-d91197c610e10cf4360990ac5a5bcdb605b779b2.tar.gz |
doc: vapoursynth
Add entry in external library list and demuxers.
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 11 |
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. |