[FFmpeg-devel] [PATCH] doc/ffmpeg: fix/extend documentation for the -filter option

Stefano Sabatini stefasab at gmail.com
Sat Jan 12 12:25:20 CET 2013


On date Saturday 2013-01-12 03:54:16 +0100, Alexander Strasser encoded:
> Hi Stefano!
> 
> Stefano Sabatini wrote:
> > ---
> >  doc/ffmpeg.texi |   26 +++++++++++++++-----------
> >  ffmpeg_opt.c    |    6 +++---
> >  2 files changed, 18 insertions(+), 14 deletions(-)
> > 
> > diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> > index 57c5a1c..c39afe3 100644
> > --- a/doc/ffmpeg.texi
> > +++ b/doc/ffmpeg.texi
> > @@ -334,10 +334,18 @@ Stop writing to the stream after @var{framecount} frames.
> >  Use fixed quality scale (VBR). The meaning of @var{q} is
> >  codec-dependent.
> >  
> > + at anchor{filter_option}
> >  @item -filter[:@var{stream_specifier}] @var{filter_graph} (@emph{output,per-stream})
> > +Create a filtergraph and use it to filter the stream.
> 
>   May I suggest to use:
>   "Create @var{filter_graph} and use it to filter the stream."
> 
>   If you do not like it, IMHO please use filter graph instead of filtergraph.

Adopted a different another variant.

> 
>   Applies to the following hunks too.
> 
> >  @var{filter_graph} is a description of the filter graph to apply to
> > -the stream. Use @code{-filters} to show all the available filters
> > -(including also sources and sinks).
> > +the stream, and must have a single input and a single output of the
> > +same type of the stream. In the filtergraph, the input is associated
>                                    ^^^^^^^^^^^
>   I would say filter graph instead.

Changed.

Updated.
-- 
FFmpeg = Foolish and Fabulous Mystic Plastic Enlightening Game
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-doc-ffmpeg-extend-documentation-for-the-filter-optio.patch
Type: text/x-diff
Size: 5564 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130112/60e03a96/attachment.bin>


More information about the ffmpeg-devel mailing list