VanLUG Email Archive

Traduisez - Übersetzen - Traduzca - Traduza - Tradurre - Translate

VanLUG Mailing List
Re: MP3 to CD audio software

New Message Reply About this list Date view Thread view Subject view Author view

Rob Bos (rbos@sandwich.net)
Tue, 16 Oct 2001 20:49:49 -0700


On Tue, Oct 16, 2001 at 08:45:36PM -0700, ltiu wrote:
> Can one of you guys suggest a good open sourced MP3 to CD audio converter
> software. Thank you.

gcombust is supposed to be pretty good; it's a frontend to cdrecord.

What I usually do is probably similar to what gcombust does;

first, make sure you have enough audio (collect the mp3s in one place).

Then;

for i in *mp3;do
        mpg123 -s "$i" | cdrecord -nofix -pad -swab -data -
done
cdrecord -fix

This assumes you have cdrecord configured correctly, and that you ened to pad
and swab your audio tracks, and that you have mpg123 installed.

Hope that helps. :)

-- 
Rob Bos, rbos@{sandwich.net,linux.com}, expert on everything and everyone

"The opposite of love is not hate; it's apathy." --Elizabeth Leggett

--
This message came to you via the Vancouver Linux Users Group mailing list.
For unsubscription instructions do not email the list, but rather send mail
to <vanlug-request@gweep.ca>.


New Message Reply About this list Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b3 on Wed 17 Oct 2001 - 03:50:28