Best tools for creating MP3's from audio CD's?

Best tools for creating MP3's from audio CD's?

Post by Torfinn Ingolfse » Thu, 11 Jan 2001 08:36:38



What is the best tool(s) for creating MP3's from my CD's under FreeBSD
4.2-Release?

I've tried 'cd2mp3' (from Ports), which uses dagrab and bladeenc, but
the result sounds like an old gramophone with a loose belt. Further
testing shows that 'dagrab' does a good job, but when 'bladeenc'
converts the .wav file to .mp3, the result is bad. Maybe I'm not giving
it the right parameters?

How fast a machine is needed for this job? I have a Pentium II 350 MHz,
is that good enough?

Is there a faq or other documentation on this subject somewhere?
--
Torfinn Ingolfsen
Norway

 
 
 

Best tools for creating MP3's from audio CD's?

Post by Nate / DA » Thu, 11 Jan 2001 11:56:31


Quote:> I've tried 'cd2mp3' (from Ports), which uses dagrab and bladeenc, but
> the result sounds like an old gramophone with a loose belt. Further
> testing shows that 'dagrab' does a good job, but when 'bladeenc'
> converts the .wav file to .mp3, the result is bad. Maybe I'm not giving
> it the right parameters?

Bladeenc, at least the version Ilast used under 4.1-Release, does a good
job at 256 kbit.  Use the -br switch to set it (or just a dash and the
kbit), e.g.

$bladeenc -br 256 filename.wav filename.mp3

or just:

$bladeenc -256 filename.wav filename.mp3

Been a while since I last used it, so I might have the order of arguments
wrong.

Quote:> How fast a machine is needed for this job? I have a Pentium II 350 MHz,
> is that good enough?

My P166MMX (24MB ram) with 48X CDROM can rip and encode a full CD in about
2 hours if I remember right.  YMMV.

--
 ________________________________________________________
|         .       .        |                  _____      |



| |  |\_|_\_\_. \_|\_|_\_. |     hobby?   |`'|     `~~'  |
|   _             .  .      `-----------. | `|     .--.  |
|  /_\ |  _  _  _ |_ | _     _  _ ._ _  | |  `\____|___\ |
| |(_Y |/(_`/ `'_|| \|/_)   / `/ \| | | |  \_      |     |
|  \_. |\._)\_.(_||_/|\_. O \_.\_/| | | |    \_____|     |
`---------------------------------------"----------------'

 
 
 

Best tools for creating MP3's from audio CD's?

Post by Michel Talo » Fri, 12 Jan 2001 02:37:32



Quote:>> I've tried 'cd2mp3' (from Ports), which uses dagrab and bladeenc, but
>> the result sounds like an old gramophone with a loose belt. Further
>> testing shows that 'dagrab' does a good job, but when 'bladeenc'
>> converts the .wav file to .mp3, the result is bad. Maybe I'm not giving
>> it the right parameters?
> Bladeenc, at least the version Ilast used under 4.1-Release, does a good
> job at 256 kbit.  Use the -br switch to set it (or just a dash and the
> kbit), e.g.
> $bladeenc -br 256 filename.wav filename.mp3
> or just:
> $bladeenc -256 filename.wav filename.mp3
> Been a while since I last used it, so I might have the order of arguments
> wrong.
>> How fast a machine is needed for this job? I have a Pentium II 350 MHz,
>> is that good enough?
> My P166MMX (24MB ram) with 48X CDROM can rip and encode a full CD in about
> 2 hours if I remember right.  YMMV.

Give a try to gogo. It is written in assembler and much faster than
bladeenc.
/usr/ports/audio/gogo

--
Michel Talon

 
 
 

Best tools for creating MP3's from audio CD's?

Post by pe.. » Fri, 12 Jan 2001 03:24:34



> What is the best tool(s) for creating MP3's from my CD's under FreeBSD
> 4.2-Release?

I have used the ripit.pl with success, configured to use dagrab as ripper.

it's in the ports (of course)

Quote:> I've tried 'cd2mp3' (from Ports), which uses dagrab and bladeenc, but
> the result sounds like an old gramophone with a loose belt. Further
> testing shows that 'dagrab' does a good job, but when 'bladeenc'
> converts the .wav file to .mp3, the result is bad. Maybe I'm not giving
> it the right parameters?
> How fast a machine is needed for this job? I have a Pentium II 350 MHz,
> is that good enough?
> Is there a faq or other documentation on this subject somewhere?
> --
> Torfinn Ingolfsen
> Norway

--
Peter H?kanson               Phone     +46707328101       Fax +4631223190

"Safe by design"             Address    Bror Nilssons gata 16  Lundbystrand
                                        S-417 55  Gothenburg   Sweden        
 
 
 

Best tools for creating MP3's from audio CD's?

Post by Chuck McCrobi » Sat, 13 Jan 2001 14:10:57


I use a wrapper called ripenc in /usr/ports/audio.  It supports 'tosha'
which
is a CD reader intregrated with CDDB, it produces wav files.  I then
hacked 'ripenc' to include support for 'gogo', a wav to mp3 convertor.
'gogo' converts a 30MB wav file to ~3.5MB MP3 in about 20 seconds...

> What is the best tool(s) for creating MP3's from my CD's under FreeBSD
> 4.2-Release?

> I've tried 'cd2mp3' (from Ports), which uses dagrab and bladeenc, but
> the result sounds like an old gramophone with a loose belt. Further
> testing shows that 'dagrab' does a good job, but when 'bladeenc'
> converts the .wav file to .mp3, the result is bad. Maybe I'm not giving
> it the right parameters?

> How fast a machine is needed for this job? I have a Pentium II 350 MHz,
> is that good enough?

> Is there a faq or other documentation on this subject somewhere?
> --
> Torfinn Ingolfsen
> Norway

 
 
 

Best tools for creating MP3's from audio CD's?

Post by Torfinn Ingolfse » Tue, 16 Jan 2001 23:11:46



> Give a try to gogo. It is written in assembler and much faster than
> bladeenc.
> /usr/ports/audio/gogo

It seems that the gogo homepage (& master site) is down.
--
Torfinn Ingolfsen,
Norway
 
 
 

Best tools for creating MP3's from audio CD's?

Post by Torfinn Ingolfse » Tue, 16 Jan 2001 23:14:48




> > What is the best tool(s) for creating MP3's from my CD's under FreeBSD
> > 4.2-Release?

> I have used the ripit.pl with success, configured to use dagrab as ripper.

> it's in the ports (of course)

Confirmed; this is the best tool I've found so far.
The only "challenge" was to get the port to install; after I found out
Icould just delete tosha from the dependencies, everything went
smoothly.
Sound quality is as good as any MP3-file I've heard anywhere else.

Thanks for all suggestions!
--
Torfinn Ingolfsen,
Norway

 
 
 

Best tools for creating MP3's from audio CD's?

Post by acr.. » Sun, 21 Jan 2001 22:46:04





> > Give a try to gogo. It is written in assembler and much faster than
> > bladeenc.
> > /usr/ports/audio/gogo

> It seems that the gogo homepage (& master site) is down.
> --
> Torfinn Ingolfsen,
> Norway

So how do I get gogo now? I can't find a distfile anywhere.

Andy

Sent via Deja.com
http://www.deja.com/

 
 
 

Best tools for creating MP3's from audio CD's?

Post by Michel Talo » Mon, 22 Jan 2001 07:05:12






>> > Give a try to gogo. It is written in assembler and much faster than
>> > bladeenc.
>> > /usr/ports/audio/gogo

>> It seems that the gogo homepage (& master site) is down.
>> --
>> Torfinn Ingolfsen,
>> Norway

> So how do I get gogo now? I can't find a distfile anywhere.
> Andy

I think i have a copy of the tar file at work. Contact me.

Quote:> Sent via Deja.com
> http://www.deja.com/

--
Michel Talon
 
 
 

Best tools for creating MP3's from audio CD's?

Post by Scott K. Benolki » Tue, 23 Jan 2001 06:28:22



Quote:> What is the best tool(s) for creating MP3's from my CD's under FreeBSD
> 4.2-Release?

Ah, a question I can answer!

    The very best free mp3 encoder (in terms of quality) bar none is LAME,
available in /usr/ports/audio/lame/.  (Gogo is faster than LAME because it
forked LAME to rewrite in assembly.)  The very informative LAME homepage is
at http://www.mp3dev.org/mp3/, mirrored at http://lame.sourceforge.net.
    I would recommend cdparanoia, made by the Ogg Vorbis people, as a
ripper, but it has not yet been ported to FreeBSD (on the todo list).  I
don't have enough experience with other rippers to comment, but the paranoia
links page (http://www.xiph.org/paranoia/links.html) will point you in the
right direction.

Scott Benolkin

 
 
 

Best tools for creating MP3's from audio CD's?

Post by Conrad Sabati » Sat, 27 Jan 2001 12:59:31




Quote:>What is the best tool(s) for creating MP3's from my CD's under FreeBSD
>4.2-Release?

>I've tried 'cd2mp3' (from Ports), which uses dagrab and bladeenc, but
>the result sounds like an old gramophone with a loose belt. Further
>testing shows that 'dagrab' does a good job, but when 'bladeenc'
>converts the .wav file to .mp3, the result is bad. Maybe I'm not giving
>it the right parameters?

I use cdd, sox and gogo, myself.

You'll have to install cdd as a pre-compiled package.  The port is
currently marked as broken, and won't compile, due to changes in the SCSI
subsystem.  I'm going to try my hand at fixing up the code for an
ATAPI-only version, and if successful, will submit it to the ports
collection.

Quote:>How fast a machine is needed for this job? I have a Pentium II 350 MHz,
>is that good enough?

That's plenty fast enough, especially if you use gogo, which is a real
speed demon.

The basic mechanism is:

Use cdd to rip the raw audio tracks, then sox to convert the raw audio
files to wave files, then gogo to encode to MP3.  You can shorten this
sequence by piping the output of cdd into sox, if you like.

Works great, and is about the fastest and most reliable combination of
tools you're likely to find.  Cdd, in particular, is much more meticulous
about ensuring a good rip than any other ATAPI ripper I've tried.

I've written a script to automate the whole process, if you're interested.  
Just let me know and I'll e-mail it to you.
--
Conrad Sabatier

 
 
 

Best tools for creating MP3's from audio CD's?

Post by Torfinn Ingolfse » Sat, 27 Jan 2001 19:55:14



> I've written a script to automate the whole process, if you're interested.
> Just let me know and I'll e-mail it to you.

Thanks, but that won't be necessary.
As I've written in another post here, I'm using ripit.pl configured to
use dagrab as a ripper, and lame as an encoder.
This solution works ghreat for me.

As for gogo, I can't seem to get it downloaded (from the port, anyway).
--
Torfinn Ingolfsen,
Norway

 
 
 

Best tools for creating MP3's from audio CD's?

Post by Conrad Sabati » Sun, 28 Jan 2001 03:04:01





>> I've written a script to automate the whole process, if you're interested.
>> Just let me know and I'll e-mail it to you.

>Thanks, but that won't be necessary.
>As I've written in another post here, I'm using ripit.pl configured to
>use dagrab as a ripper, and lame as an encoder.
>This solution works ghreat for me.

>As for gogo, I can't seem to get it downloaded (from the port, anyway).

Well, if you're using ripit.pl, then it's probably for the best.
I ran into problems using gogo with that script, as gogo is *so* fast,
that it would finish one file and start encoding the next before the ripping
program had completely finished, which, of course, resulted in incomplete
MP3s.  :-)

This was the main reason I ended up writing my own script, in fact.  :-)
--
Conrad Sabatier

 
 
 

Best tools for creating MP3's from audio CD's?

Post by Heiko Recktenwal » Tue, 30 Jan 2001 01:58:44



Quote:> Ah, a question I can answer!
>     The very best free mp3 encoder (in terms of quality) bar none is LAME,

Is it better than l3enc ?

The original Fraunhofer beast, still flying around in the net, in a linux
version that works ok.

H.

 
 
 

Best tools for creating MP3's from audio CD's?

Post by Zipp » Tue, 20 Feb 2001 11:13:46




> > Ah, a question I can answer!

> >     The very best free mp3 encoder (in terms of quality) bar none is LAME,

> Is it better than l3enc ?

> The original Fraunhofer beast, still flying around in the net, in a linux
> version that works ok.

> H.

 I like bladeenc at > 192 kbps. I haven't heard an encoder yet
that performs to my taste at 128. And I think the Fraunhofer is
one of the worst ... ironic that they are the ones with the patent!
Listen carefully to really tight vocal harmonies (i.e. CSNY, etc.)
at 128 and you decide.
 
 
 

1. What's the best linux software for cloning audio CD's?

I need to copy some audio CD's to take out to live band gigs for break
music so I don't scratch up the masters. What's the the best software
for cloning audio CD's? I have XCDRoast, but I get nothing but digital
static when I try to copy audio CD's. I have tried various settings
mentioned in the help file to no avail. Is there some other simple
software package that will just make an accurate copy of an audio CD?

2. mshell

3. Burning an ISO into a bootable CD and mp3's to music CD's.

4. What is linux?

5. wav's, mp3's, and the best linux ripper?

6. How to install Linux with win95?

7. Can't play audio CD's with CD Player apps -- Creative CD820E

8. softwindows & CDE

9. MP3 Player 4 MP3 CD's?

10. How to create 'oss' type audio I/O?

11. : How to create '/dev/audio' (is NOT in MAKEDEV)

12. **Tools Developer** - Red Herring's Best Company with the Best Product for 1998