summaryrefslogtreecommitdiff
path: root/doc/avconv.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-13 14:24:45 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-28 07:55:48 +0100
commita4208b9b7d62c09414bd42172c6f30a8296dd1eb (patch)
tree9aebca5d76ac80ec918b757abf242f11ef1ddafc /doc/avconv.texi
parentcf53704c55378cc0dcfc16637cdac7d58f0b3107 (diff)
avconv: add options for reading filtergraphs from a file.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r--doc/avconv.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 7341d2fda6..3e1dc4cf34 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -330,6 +330,12 @@ the stream. Use @code{-filters} to show all the available filters
See also the @option{-filter_complex} option if you want to create filter graphs
with multiple inputs and/or outputs.
+
+@item -filter_script[:@var{stream_specifier}] @var{filename} (@emph{output,per-stream})
+This option is similar to @option{-filter}, the only difference is that its
+argument is the name of the file from which a filtergraph description is to be
+read.
+
@item -pre[:@var{stream_specifier}] @var{preset_name} (@emph{output,per-stream})
Specify the preset for matching stream(s).
@@ -823,6 +829,12 @@ To generate 5 seconds of pure red video using lavfi @code{color} source:
@example
avconv -filter_complex 'color=red' -t 5 out.mkv
@end example
+
+@item -filter_complex_script @var{filename} (@emph{global})
+This option is similar to @option{-filter_complex}, the only difference is that
+its argument is the name of the file from which a complex filtergraph
+description is to be read.
+
@end table
@c man end OPTIONS