forked from FFmpeg/FFmpeg
doc/ffmpeg: document that there can be multiple complex filtergraphs
This commit is contained in:
parent
3bd7c57125
commit
baf17c15be
1 changed files with 2 additions and 1 deletions
|
@ -2143,7 +2143,8 @@ Define a complex filtergraph, i.e. one with arbitrary number of inputs and/or
|
|||
outputs. For simple graphs -- those with one input and one output of the same
|
||||
type -- see the @option{-filter} options. @var{filtergraph} is a description of
|
||||
the filtergraph, as described in the ``Filtergraph syntax'' section of the
|
||||
ffmpeg-filters manual.
|
||||
ffmpeg-filters manual. This option may be specified multiple times - each use
|
||||
creates a new complex filtergraph.
|
||||
|
||||
Inputs to a complex filtergraph may come from different source types,
|
||||
distinguished by the format of the corresponding link label:
|
||||
|
|
Loading…
Add table
Reference in a new issue