[FFmpeg-devel] [PATCH] mp: add filter description to filters.texi

Stefano Sabatini stefano.sabatini-lala at poste.it
Tue Mar 29 00:04:38 CEST 2011


On date Monday 2011-03-28 19:30:15 +0200, Víctor Paesa encoded:
> Hi,
> 
> On Mon, Mar 28, 2011 at 00:15, Stefano Sabatini wrote:
> > ---
> >  doc/filters.texi |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  1 files changed, 98 insertions(+), 0 deletions(-)
> >
> > diff --git a/doc/filters.texi b/doc/filters.texi
> > index 5681de4..6e38e4e 100644
> > --- a/doc/filters.texi
> > +++ b/doc/filters.texi
> > @@ -644,6 +644,104 @@ a float number which specifies chroma temporal strength, defaults to
> >  @var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial}
> >  @end table
> >
> > + at section mp
> > +
> > +Apply an MPlayer filter to the input video.
> > +
> > +This filter provides a wrapper around most of the filters of
> > +MPlayer/MEncoder.
> > +
> > +This wrapper is considered experimental, some of the wrapped filters
> 
> It should be a period, instead of a comma.
> (see my first encounter with comma splices here :-)
> http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2006-July/013106.html)

Hehe, today I learned something, I have the tendency to use that
technique when writing even in my own language, I somehow miss The
Wanderer.

> > +may not work properly and we may drop support for them, as they will
> > +be implemented natively into FFmpeg. Thus you should avoid to depend
> 
> "Thus you should avoid depending"

Noted, maybe some day I'll post the list of "English checks" that I'm
composing ;-).

> > +on them when writing portable scripts.
> > +
> > +The filters accepts the parameters:
> > + at var{filter_name}[:=]@var{filter_params}
> > +
> > + at var{filter_name} is the name of a supported MPlayer filter,
> > + at var{filter_params} is a string containing the parameters accepted by
> > +the named filter.
> > +
> > +Follow the list of the currently supported filters:
> 
> Probably "The list of the currently supported filters follows:"

Sure, updated, will apply soon if I see no more comments.
-- 
FFmpeg = Fascinating Fancy Monstrous Puritan Ermetic God
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-mp-add-filter-description-to-filters.texi.patch
Type: text/x-diff
Size: 2763 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110329/99bfae7e/attachment.bin>


More information about the ffmpeg-devel mailing list