Re: problem converting and writing mp3 to CD

2002-12-16 Thread Pigeon
On Mon, Dec 16, 2002 at 12:09:18PM +1100, John Griffiths wrote: > >> at a wild guess your cd writer is faster than your mp3 conversion. > >it's a Benq 32x10x40 > > sounds fast. If it's writing the tracks faster than mpg123 is making it > that would be your problem cold. Try using the speed=x opt

Re: problem converting and writing mp3 to CD

2002-12-15 Thread Matthew Weier O'Phinney
ED]> > Sent: Monday, December 16, 2002 1:08 AM > Subject: Re: problem converting and writing mp3 to CD > > > > at a wild guess your cd writer is faster than your mp3 conversion. > it's a Benq 32x10x40 > > > in any event running 2 CPU heavy events, and one of t

Re: problem converting and writing mp3 to CD

2002-12-15 Thread Bill Moseley
On Mon, 16 Dec 2002, John Griffiths wrote: > >> at a wild guess your cd writer is faster than your mp3 conversion. > >it's a Benq 32x10x40 > > sounds fast. If it's writing the tracks faster than mpg123 is making it > that would be your problem cold. That sounds like a new drive at that speed.

Re: problem converting and writing mp3 to CD

2002-12-15 Thread John Griffiths
>> at a wild guess your cd writer is faster than your mp3 conversion. >it's a Benq 32x10x40 sounds fast. If it's writing the tracks faster than mpg123 is making it that would be your problem cold. > >It's a script that i found on many sites though so that surprises me a bit. >(it's mentioned in

Re: problem converting and writing mp3 to CD

2002-12-15 Thread Benedict Verheyen
- Original Message - From: "John Griffiths" <[EMAIL PROTECTED]> To: "Benedict Verheyen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, December 16, 2002 1:08 AM Subject: Re: problem converting and writing mp3 to CD > at a wild gue

Re: problem converting and writing mp3 to CD

2002-12-15 Thread John Griffiths
at a wild guess your cd writer is faster than your mp3 conversion. in any event running 2 CPU heavy events, and one of them time critical (if the cd writer buffer empties you blow the burn) is not smart. At 01:05 AM 12/16/02 +0100, Benedict Verheyen wrote: >Hi, > >i found a script to convert mp3

problem converting and writing mp3 to CD

2002-12-15 Thread Benedict Verheyen
Hi, i found a script to convert mp3 files and write them to disk: #!/bin/sh for I in *.mp3 do mpg123 --cdr - "$I" | cdrecord -audio -pad -nofix - done cdrecord -fix This resulted in a corrupt cd. Converting them first to wav files did succeed however: #!/bin/bash # change spaces by underscores