On Wed, Aug 11, 2004 at 06:20:50PM +0100, Wayne Stallwood wrote:
On Wednesday 11 August 2004 9:24 am, Brett Parker wrote:
On Wed, Aug 11, 2004 at 01:24:35AM +0100, Wayne Stallwood wrote:
<snip/>
Any ideas, or perhaps a quick how to burn a 160kps mp3 to audio cd using only the command line so I can at least drop cdrecord into verbose mode.
I'd be tempted to try... mpg321 --cdr tracknumber.wav blah.mp3 then when you've done all the tracks... cdrecord -v dev=0,0,0 track01.wav track02.wav ... trackmn.wav
(obviously, set dev to something that is your cd writer ;)
and see what you get.
Ahh cheers for that,
Next question
Assuming I am using a 2.6 kernel and a late version of cdrecord I understand I can write to IDE devices directly rather than using IDE=SCSI emulation .
Hrm - try the "other" less documented method of using cdrecord...
dev=/dev/cdwriterdevice
That might work, otherwise, try cdrecord -scanbus and see what it can find...
If all else fails, open the gui one, and see what command it runs itself ;)
Cheers,