[FFmpeg-devel] [PATCH 2/3] Add section describing the filtergraph.

Michael Niedermayer michaelni
Sat Nov 13 02:25:47 CET 2010


On Sat, Nov 13, 2010 at 01:51:09AM +0100, Stefano Sabatini wrote:
> On date Friday 2010-11-12 19:22:55 +0100, Michael Niedermayer encoded:
> > On Fri, Nov 12, 2010 at 01:32:55AM +0100, Stefano Sabatini wrote:
> > > ---
> > >  doc/filters.texi |   86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> > >  1 files changed, 86 insertions(+), 0 deletions(-)
> > 
> > This needs the attention of a english speaker
> > 
> > > 
> > > diff --git a/doc/filters.texi b/doc/filters.texi
> > > index 4750d32..d1ae815 100644
> > > --- a/doc/filters.texi
> > > +++ b/doc/filters.texi
> > > @@ -1,3 +1,89 @@
> > > + at chapter Filtergraph description
> > > + at c man begin FILTERGRAPH DESCRIPTION
> > > +
> > > +A filtergraph is a graph of connected filters.
> > > +
> > > +Each filter instance has a variable number of inputs and output pads,
> > > +which are used to connect it with other filters. A filter with no
> > > +input pads is called "source", a filter with no output pads is called
> > > +a "sink". A connection between an output pad and an input pad of a
> > > +filter is called a "link".
> > > +
> > > + at section Filtergraph syntax
> > > +
> > > +A filtergraph can be represented using a textual representation, which
> > > +is recognized by the @code{-vf} and @code{-af} options of the ff*
> > > +tools, and by the @code{av_parse_graph()} function defined in
> > > + at file{libavfilter/avfiltergraph}.
> > > +
> > > +A filtergraph is represented by a list of ";"-separated filterchain
> > > +descriptions. Each filterchain represents a sequence of connected
> > > +filterchain node filters (each one called "filternode").
> > 
> > you define filter instances and then use undefined terms like 
> > filterchain node filters and filternode instead
> > ive not reviewed further, this IMHO needs more work
> 
> I changed to:
> |A filtergraph is represented by a list of ";"-separated filterchain
> |descriptions. Each filterchain represents a sequence of connected
> |filter instances, each one called filternode.

whats the difference between a filter instance and a filter node ?

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The real ebay dictionary, page 3
"Rare item" - "Common item with rare defect or maybe just a lie"
"Professional" - "'Toy' made in china, not functional except as doorstop"
"Experts will know" - "The seller hopes you are not an expert"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101113/e7065284/attachment.pgp>



More information about the ffmpeg-devel mailing list