On Sat, 18 Apr 2009 20:28:31 +0400
Vasya Volkov <my.pipes.b...@gmail.com> wrote:

> Mike Kazantsev пишет:
...
> lame_opts="--vbr-new -V 2 -B 256"
...
> >         flac -c -d "$FLAC" | lame $lame_opts - "$MP3"
...
> > Script actually depends on following packages (main tree):
> >   media-libs/flac
> >   media-libs/id3lib
> >   media-sound/lame

> Thanks. That's good. But can you suggest programm to convert wav to mp3?

If you look closely at the above code snippet you've actually quoted,
you'll see that I use flac to decode flac to wav, instantly feeding it
to lame, which is pretty much standard production wav->mp3 converter.

In short, you can convert somefile.wav to somefile.mp3 (VBR ~256 kbit)
with the following line:

  lame --vbr-new -V 2 -B 256 somefile.wav somefile.mp3


-- 
Mike Kazantsev // fraggod.net

Attachment: signature.asc
Description: PGP signature

Reply via email to