From 8e5ce5901bea18578ffe2c7ccb99e2d8c4080f73 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 2 Sep 2011 21:11:00 +0200 Subject: avconv: extend -vf syntax Add a per-stream -filter option, make -vf an alias for -filter:v. Move vfilters to the options context. --- doc/avconv.texi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/avconv.texi b/doc/avconv.texi index 6daece4..db7e157 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -210,6 +210,11 @@ Stop writing to the stream after @var{framecount} frames. Use fixed quality scale (VBR). The meaning of @var{q} is codec-dependent. +@item -filter[:stream_specifier] @var{filter_graph} +@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). + @end table @section Video Options @@ -343,7 +348,7 @@ 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). +also sources and sinks). This is an alias for @code{-filter:v}. @end table -- cgit v1.1