[MPlayer-dev-eng] [PATCH] [TEST AFILTER] Encode ac3 at runtime using lavc

Diego Biurrun diego at biurrun.de
Thu Nov 22 01:28:30 CET 2007


On Wed, Nov 21, 2007 at 12:59:25AM +0800, Ulion wrote:
> 2007/11/20, Diego Biurrun <diego at biurrun.de>:
> > On Tue, Nov 20, 2007 at 07:23:46PM +0800, Ulion wrote:
> > > 2007/11/20, Diego Biurrun <diego at biurrun.de>:
> > > > >
> > > > > Sorry for my mistake in Makefile, fix again.
> > > > >
> > > > > --- DOCS/man/en/mplayer.1     (revision 25106)
> > > > > +++ DOCS/man/en/mplayer.1     (working copy)
> > > > > @@ -4695,6 +4695,30 @@
> > > > > +.B lavcac3enc[=tospdif[:bitrate[:minchn]]]
> > > > > +Encode multi-channel audio to AC-3 at runtime using libavcodec.
> > > > > +Supports input 16-bit little-endian or big-endian format, max 6 channels.
> > > >
> > > > input formats
> > > >
> > > > > --- libaf/af_lavcac3enc.c     (revision 0)
> > > > > +++ libaf/af_lavcac3enc.c     (revision 0)
> > > > > @@ -0,0 +1,289 @@
> > > > > +/*
> > > > > + * Audio filter for encoding AC-3 stream at runtime using libavcodec.
> > > >
> > > > Audio filter for runtime AC-3 encoding with libavcodec
> > > >
> > > --- DOCS/man/en/mplayer.1     (revision 25118)
> > > +++ DOCS/man/en/mplayer.1     (working copy)
> > > @@ -4695,6 +4695,31 @@
> > > +.B lavcac3enc[=tospdif[:bitrate[:minchn]]]
> > > +Encode multi-channel audio to AC-3 at runtime using libavcodec.
> > > +Supports input 16-bit little-endian or big-endian formats, maximum 6 channels.
> >
> > input formats
> 
> I'm not sure, check whether current fix is what you want.

No, it has to be 

  Supports 16-bit little-endian or big-endian input formats,

attributes come before the noun in English.

Diego



More information about the MPlayer-dev-eng mailing list