From 667d98182d9ced97fc7d494c668a8e5806cfa883 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 9 Oct 2011 15:57:54 +0200 Subject: [PATCH] doc/avconv: add forgotten output/per-stream info to -filter --- doc/avconv.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- GitLab