[MPlayer-dev-eng] [PATCH] beginnings of faac support for mencoder

D Richard Felker III dalias at aerifal.cx
Wed Dec 15 16:20:26 CET 2004


On Wed, Dec 15, 2004 at 10:09:40AM +0100, Moritz Bunkus wrote:
> Hey,
> 
> > +    if(! strcasecmp(codec, "vorbis"))
> > +       return 0xfffe;
> 
> Never EVER put Vorbis into AVI. It is both variable bitrate AND variable
> number of samples per packet so it cannot be put into AVI.

Technically it could be done if you tune the encoder only to output
one packet size, or use very constrained CBR. The latter will sound
absolutely horrible (just like CBR mp3), but the former might not be
too bad. In principle it should improve quality except for adding some
preecho, which audiophiles tend to hate. :)

Rich




More information about the MPlayer-dev-eng mailing list