Hi, everybody What's the difference between −lavcopts acodec=mp3:abitrate=128 and −lameopts cbr:br=128 Both options are using the same library, aren't they. −lame− Thank you very much. -- ----------------------------------------------------- Los fabricantes de velas jamás hubiesen inventado las bombillas.
On Thursday, 28 April 2005 at 23:51, Jonatán Guadamuz Espinoza wrote:
Hi, everybody What's the difference between -lavcopts acodec=mp3:abitrate=128 and
These are the options for the lavc audio encoder.
-lameopts cbr:br=128
And these are for libmp3lame encoder.
Both options are using the same library, aren't they. lame
No, they aren't.
Thank you very much.
You're welcome. R. -- MPlayer RPMs maintainer: http://rpm.greysector.net/mplayer/ "I am Grey. I stand between the candle and the star. We are Grey. We stand between the darkness ... and the light." -- Delenn in Grey Council in Babylon 5:"Babylon Squared"
What's the difference between -lavcopts acodec=mp3:abitrate=128 and
These are the options for the lavc audio encoder.
-lameopts cbr:br=128
And these are for libmp3lame encoder.
Both options are using the same library, aren't they. lame
No, they aren't.
Which one produces the highest quality? Can we know it?
On Thu, 28 Apr 2005 16:03:34 -0600 Jonatán Guadamuz Espinoza <jguadamuz@gmail.com> wrote:
Which one produces the highest quality?
Lame is better quality, no question...
On Thu, Apr 28, 2005 at 09:19:02PM -0700, RC wrote:
On Thu, 28 Apr 2005 16:03:34 -0600 Jonatán Guadamuz Espinoza <jguadamuz@gmail.com> wrote:
Which one produces the highest quality?
Lame is better quality, no question...
They're the same. Lavc has no mp3 encoder, it calls lame... Rich
On Fri, 29 Apr 2005 02:21:19 -0400 Rich Felker <dalias@aerifal.cx> wrote:
They're the same. Lavc has no mp3 encoder, it calls lame...
So it does... I'd still say lame, since you can't modify the more advanced features (eg. presets, aq) with lavc's audio interface...
Jonatán Guadamuz Espinoza wrote:
Hi, everybody What's the difference between −lavcopts acodec=mp3:abitrate=128 and −lameopts cbr:br=128 Both options are using the same library, aren't they. −lame−
Thank you very much.
don't use acodec=mp3: it's not usable and not configurable
participants (5)
-
Dominik 'Rathann' Mierzejewski -
Jonatán Guadamuz Espinoza -
Nico Sabbi -
RC -
Rich Felker