diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-01-13 15:23:15 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-01-13 16:03:13 +0100 |
commit | e8bab4c6fca02c758e253b235ead49fce2b956df (patch) | |
tree | 7ddcfbb9d4f3101261d43bb554535e490cb224b2 /doc/ffplay.texi | |
parent | db4e0ecaf0e945a8a4688eee8307953d53e9e030 (diff) | |
download | ffmpeg-e8bab4c6fca02c758e253b235ead49fce2b956df.tar.gz |
ffplay: extend documentation for the -vf option
In particular, make it consistent with the ffmpeg docs.
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 0703a549e9..21b4683ae8 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -74,10 +74,15 @@ You can interactively cycle through the available show modes by pressing the key @key{w}. @item -vf @var{filter_graph} +Create the filter graph specified by @var{filter_graph} and use it to +filter the video stream. + @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). +the stream, and must have a single video input and a single video +output. In the filter graph, the input is associated to the label +@code{in}, and the output to the label @code{out}. See the +ffmpeg-filters manual for more information about the filtergraph +syntax. @item -i @var{input_file} Read @var{input_file}. |