You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: apply some updates to the Filtergraph syntax section
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user