I'm attempting to Rip some CDs to mp3 files, but it keeps complaining that the lame command line is wrong and can't complete the task. I used the default that K3b provides, which I assume isn't sufficient to make lame happy. If I understand the error correctly, it cant find the CD and is looking to stdin for its input, which is of course not what I want. Here is the command line:
If I take that line to the shell I get this error:
K3b simply says "Error while encoding track 1". I assume that the above is the error that K3b is referring to. So what do I need to add to the lame command to get it to look on the appropriate CD drive for the input data?
Thanks.
Bill Lugg
Code:
lame -h --tt It's Happening Now --ta The Charlie Daniels Band --tl Steel Witness --ty 1996 --tc -/music//The_Charlie_Daniels_Band/Steel_Witness/01-It's_Happening_Now.mp3
Code:
LAME 32bits version 3.98 ([url]http://www.mp3dev.org/[/url]) usage: lame [options] <infile> [outfile] <infile> and/or <outfile> can be "-", which means stdin/stdout.
Thanks.
Bill Lugg
Comment