[FFmpeg-devel] [PATCH] Add muxers.texi file.

Stefano Sabatini stefano.sabatini-lala
Wed Jan 26 23:55:53 CET 2011


On date Wednesday 2011-01-26 23:43:11 +0100, Diego Biurrun encoded:
> On Wed, Jan 26, 2011 at 11:03:46PM +0100, Stefano Sabatini wrote:
> > --- /dev/null
> > +++ b/doc/muxers.texi
> > @@ -0,0 +1,21 @@
> > +
> > +Muxers are configured elements in FFmpeg which allow to write
> 
> allow writing
> 
> > +multimedia streams to a particular type of file.
> > +
> > +When you configure your FFmpeg build, all the supported muxers
> > +are enabled by default. You can list all available ones using the
> 
> s/ones using /muxers with/
> 
> > +configure option "--list-muxers".
> > +
> > +You can disable all the muxers using the configure option
> > +"--disable-muxers", and selectively enable a single muxer with the
> > +option "--enable-muxer=@var{MUXER}", or disable it with the option
> > +"--disable-muxer=@var{MUXER}".
> 
>   You can disable all the muxers with the configure option
>   "--disable-muxers" and selectively enable / disable single muxers with
>   the options "--enable-muxer=@var{MUXER}" / "--disable-muxer=@var{MUXER}".
> 
> > +The description of some of the currently available muxers follows.
> 
> A description
> 
> I faintly remember some texinfo markup for command line options, but
> I forget what exactly it was right now.

It was @code, changed accordingly.
-- 
FFmpeg = Faithless and Free Mean Philosophical Empowered Guru



More information about the ffmpeg-devel mailing list