Commit d11fcf73 authored by Stefano Sabatini's avatar Stefano Sabatini

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

parent a21acd55
...@@ -114,10 +114,11 @@ output pads is called a "sink". ...@@ -114,10 +114,11 @@ output pads is called a "sink".
@anchor{Filtergraph syntax} @anchor{Filtergraph syntax}
@section Filtergraph syntax @section Filtergraph syntax
A filtergraph has a textual representation, which is A filtergraph has a textual representation, which is recognized by the
recognized by the @option{-filter}/@option{-vf} and @option{-filter_complex} @option{-filter}/@option{-vf}/@option{-af} and
options in @command{ffmpeg} and @option{-vf} in @command{ffplay}, and by the @option{-filter_complex} options in @command{ffmpeg} and
@code{avfilter_graph_parse()}/@code{avfilter_graph_parse2()} functions defined in @option{-vf}/@option{-af} in @command{ffplay}, and by the
@code{avfilter_graph_parse_ptr()} function defined in
@file{libavfilter/avfilter.h}. @file{libavfilter/avfilter.h}.
A filterchain consists of a sequence of connected filters, each one A filterchain consists of a sequence of connected filters, each one
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment