diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-09 15:57:54 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-09 17:15:18 +0200 |
commit | 667d98182d9ced97fc7d494c668a8e5806cfa883 (patch) | |
tree | f5e687aebf70b5dc852cf66c12a351d99a7aa94f /doc | |
parent | 3460dd8acf457218980487cb99c47107af8531fb (diff) | |
download | ffmpeg-667d98182d9ced97fc7d494c668a8e5806cfa883.tar.gz |
doc/avconv: add forgotten output/per-stream info to -filter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 74e9e77acd..0abcc9d400 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -186,7 +186,7 @@ Stop writing to the stream after @var{framecount} frames. Use fixed quality scale (VBR). The meaning of @var{q} is codec-dependent. -@item -filter[:@var{stream_specifier}] @var{filter_graph} +@item -filter[:@var{stream_specifier}] @var{filter_graph} (@emph{output,per-stream}) @var{filter_graph} is a description of the filter graph to apply to the stream. Use @code{-filters} to show all the available filters (including also sources and sinks). |