[FFmpeg-devel] [PATCH] Add format and noformat filters
Stefano Sabatini
stefano.sabatini-lala
Tue Nov 3 01:30:06 CET 2009
On date Monday 2009-11-02 21:27:18 +0100, Stefano Sabatini encoded:
[...]
> > And Diego, I really appreciate your corrections and I'm trying hard at
> > fixing them in this poor head, but feel free to directly commit these
> > changes if it will take less of your time, I won't get offended ;-).
[...]
> > Index: doc/libavfilter.texi
> > ===================================================================
> > --- doc/libavfilter.texi (revision 20390)
> > +++ doc/libavfilter.texi (working copy)
> > @@ -114,11 +114,11 @@
> > @section format
> >
> > Convert the input video to one of the specified pixel formats.
> > -Libavfilter will try to pick one that is supported as the input to
> > +Libavfilter will try to pick one that is supported for the input to
> > the next filter.
> >
> > -The filter takes as argument a list of pixel format names, separated
> > -by ``:'', for example ``yuv420p:monow:rgb24''.
> > +The filter accepts a list of pixel format names, separated by ``:'',
> > +for example ``yuv420p:monow:rgb24''.
> >
> > The following command:
> >
> > @@ -130,11 +130,11 @@
> >
> > @section noformat
> >
> > -Force libavfilter not to use any of the specified pixel formats as the
> > +Force libavfilter not to use any of the specified pixel formats for the
> > input to the next filter.
> >
> > -The filter takes as argument a list of pixel format names, separated
> > -by ``:'', for example ``yuv420p:monow:rgb24''.
> > +The filter accepts a list of pixel format names, separated by ``:'',
> > +for example ``yuv420p:monow:rgb24''.
> >
> > The following command:
> >
> > @@ -142,7 +142,7 @@
> > ./ffmpeg -i in.avi -vfilters "noformat=yuv420p, vflip" out.avi
> > @end example
> >
> > -will make libavfilter use a format different from ``yuv420p'' as the
> > +will make libavfilter use a format different from ``yuv420p'' for the
> > input to the vflip filter.
> >
> > @section null
>
> Ping.
Crap skimmed.
--
FFmpeg = Frightening and Fostering MultiPurpose Erudite Genius
More information about the ffmpeg-devel
mailing list