On Wed, Apr 07, 2010 at 03:02:42PM +0200, Kjetil S. Matheussen wrote:
James Morris:
$ lame -h --preset cd --ogginput azr3.ogg azr3.mp3
sorry, vorbis support in LAME is deprecated.
what's with that? are they just being awkward?
Workaround:
ogg123 -d raw -f /dev/stdout input.ogg | lame -V2 -r -h - output.mp3
Been doing it that way for a decade now.
Didn't even know LAME ever had Vorbis support in the first place.
Transcoding sucks for quality though.
-ken