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/ffplay-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/ffplay-doc.texi')
-rw-r--r-- | doc/ffplay-doc.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi index 41db3dc1ca..49f46479f7 100644 --- a/doc/ffplay-doc.texi +++ b/doc/ffplay-doc.texi @@ -56,6 +56,12 @@ Force format. Set window title (default is the input filename). @item -loop @var{number} Loops movie playback <number> times. 0 means forever. +@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 options @@ -141,6 +147,8 @@ Seek to percentage in file corresponding to fraction of width. @c man end +@include filters.texi + @ignore @setfilename ffplay |