Re: lame converts music-CD/wav-file to mp3? how?

2003-12-08 Thread mike bueide
On Mon, Dec 08, 2003 at 04:00:47AM -0600, Kevin D. Kinsey, DaleCo, S.P. wrote:
> mike bueide wrote:
> 
> >On Mon, Dec 08, 2003 at 03:22:27PM +0900, Rob wrote:
> > 
> >
> >>Hi,
> >>
> >>What's a not too complicated way of converting music CD's to mp3 files?
> >>
> >>So far I failed using lame: I could create wav files and play them with 
> >>x11amp.
> >>   
> >>
> >
> >Check out the description for lame in ports, 
> >
> > "mbueide@/usr/ports/audio/lame % cat pkg-descr 
> >  LAME stands for LAME Ain't an Mp3 Encoder."
> >
> >Maybe this is the problem:). Personally, I like to use bladeenc
> >
> 
> Well, that's the funny answer ... I thought of it, too.
> 
> But the real joke is that LAME *is* an mp3 encoder;
> it wasn't when it started, but now it is...AAMOF,
> recommended in the handbook. And all the tools
> have CLI interfaces ...

I apologize.  I should have known better.  I didn't mean to denigrate
lame.  Obviously I've had little experience with it.  After,
reading the man page on it, I think I'll give it a go.  Who knows,
I might even like it ... 

-- 
Michael Bueide 
mbueide (at) charter (dot) net .
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: lame converts music-CD/wav-file to mp3? how?

2003-12-08 Thread Simon Barner
> What's a not too complicated way of converting music CD's to mp3 files?

I prefer this port: audio/ripit. It handles everything for you: ripping,
cddb lookup, conversion to mp3, ...
 
> So far I failed using lame: I could create wav files and play them with 
> x11amp.

Perhaps x11amp is not able to play mp3 with variable bitrate. You could
try mpg123 or xmms instead.

Simon


signature.asc
Description: Digital signature


Re: lame converts music-CD/wav-file to mp3? how?

2003-12-08 Thread Kevin D. Kinsey, DaleCo, S.P.
mike bueide wrote:

On Mon, Dec 08, 2003 at 03:22:27PM +0900, Rob wrote:
 

Hi,

What's a not too complicated way of converting music CD's to mp3 files?

So far I failed using lame: I could create wav files and play them with 
x11amp.
   

Check out the description for lame in ports, 

	"mbueide@/usr/ports/audio/lame % cat pkg-descr 
	 LAME stands for LAME Ain't an Mp3 Encoder."

Maybe this is the problem:). Personally, I like to use bladeenc
in a shell.  I can have several  open at one time encoding several 
of my cd's, albums, tapes all at once.  Nice quality too.

You will find bladeenc in /usr/ports/audio also.  As for ripping,
I use cdda2wav.  It's a little more complicated but not to bad once 
you get used to it.

... mike
 

Well, that's the funny answer ... I thought of it, too.

But the real joke is that LAME *is* an mp3 encoder;
it wasn't when it started, but now it is...AAMOF,
recommended in the handbook. And all the tools
have CLI interfaces ...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: lame converts music-CD/wav-file to mp3? how?

2003-12-08 Thread mike bueide
On Mon, Dec 08, 2003 at 03:22:27PM +0900, Rob wrote:
> 
> Hi,
> 
> What's a not too complicated way of converting music CD's to mp3 files?
> 
> So far I failed using lame: I could create wav files and play them with 
> x11amp.

Check out the description for lame in ports, 

"mbueide@/usr/ports/audio/lame % cat pkg-descr 
 LAME stands for LAME Ain't an Mp3 Encoder."

Maybe this is the problem:). Personally, I like to use bladeenc
in a shell.  I can have several  open at one time encoding several 
of my cd's, albums, tapes all at once.  Nice quality too.

You will find bladeenc in /usr/ports/audio also.  As for ripping,
I use cdda2wav.  It's a little more complicated but not to bad once 
you get used to it.

... mike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: lame converts music-CD/wav-file to mp3? how?

2003-12-07 Thread Kevin D. Kinsey, DaleCo, S.P.
Rob wrote:

Hi,

What's a not too complicated way of converting music CD's to mp3 files?

So far I failed using lame: I could create wav files and play them 
with x11amp.
The mp3 output of lame, however, is a sound-less mp3 file.
Here is the output from 'lame a.wav a.mp3':

---
LAME version 3.93 MMX  (http://www.mp3dev.org/)
CPU features: i387, MMX (ASM used), SIMD
Using polyphase lowpass  filter, transition band: 15115 Hz - 15648 Hz
Encoding a.wav to a.mp3
Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=2
Frame  |  CPU time/estim | REAL time/estim | play/CPU |
ETA
 23016/23019 (100%)|2:34/2:34|3:16/3:16|   3.8807x|
0:00
average: 128.0 kbps   LR: 1381 (5.999%)   MS: 21638 (94.00%)

Writing LAME Tag...done
---
Using x11amp mp3 player, the output file has nothing but silence and a 
scratchy
'blurp' every now and then.

Any idea what's going wrong here?

Thanks,
Rob.


What does:

$plaympeg a.mp3

get you?

Kevin Kinsey

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"