Browse Source

doc/filters: apply some updates to the Filtergraph syntax section

tags/n2.6
Stefano Sabatini 11 years ago
parent
commit
d11fcf735f
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      doc/filters.texi

+ 5
- 4
doc/filters.texi View File

@@ -114,10 +114,11 @@ output pads is called a "sink".
@anchor{Filtergraph syntax}
@section Filtergraph syntax

A filtergraph has a textual representation, which is
recognized by the @option{-filter}/@option{-vf} and @option{-filter_complex}
options in @command{ffmpeg} and @option{-vf} in @command{ffplay}, and by the
@code{avfilter_graph_parse()}/@code{avfilter_graph_parse2()} functions defined in
A filtergraph has a textual representation, which is recognized by the
@option{-filter}/@option{-vf}/@option{-af} and
@option{-filter_complex} options in @command{ffmpeg} and
@option{-vf}/@option{-af} in @command{ffplay}, and by the
@code{avfilter_graph_parse_ptr()} function defined in
@file{libavfilter/avfilter.h}.

A filterchain consists of a sequence of connected filters, each one


Loading…
Cancel
Save