diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-09-02 21:11:00 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-11 17:30:04 +0200 |
commit | 8e5ce5901bea18578ffe2c7ccb99e2d8c4080f73 (patch) | |
tree | 97702c4b6adc220b000d3458d412148ca121bb1f /doc/avconv.texi | |
parent | 828e0bcb869f0b97bc91105686d37ec855c62d6a (diff) | |
download | ffmpeg-8e5ce5901bea18578ffe2c7ccb99e2d8c4080f73.tar.gz |
avconv: extend -vf syntax
Add a per-stream -filter option, make -vf an alias for -filter:v. Move
vfilters to the options context.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 6daece4a56..db7e15723f 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 |