diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-21 22:09:07 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-21 22:09:07 +0000 |
commit | 3275ac6a236df923b598f03235f44f7f47a18abf (patch) | |
tree | 3e1b1c4bbe910b6fd881dbb81a362f7cc3ce14a0 /doc/ffmpeg-doc.texi | |
parent | 168b441e400359be96b45bee8a89ca4da4191671 (diff) | |
download | ffmpeg-3275ac6a236df923b598f03235f44f7f47a18abf.tar.gz |
Make the ffmpeg and ffplay man pages show the list of lavfi filters,
sinks and sources, and document the -vf option.
Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 342fe184ee..95e419dbbe 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -290,6 +290,12 @@ Add a new video stream to the current output stream. @item -vlang @var{code} Set the ISO 639 language code (3 letters) of the current video stream. +@item -vf @var{filter_graph} +@var{filter_graph} is a description of the filter graph to apply to +the input video. +Use the option "-filters" to show all the available filters (including +also sources and sinks). + @end table @section Advanced Video Options @@ -946,6 +952,8 @@ options have to be specified immediately after the name of the output file to which you want to add them. @c man end EXAMPLES +@include filters.texi + @ignore @setfilename ffmpeg |