|
|
Rockbox mail archiveSubject: Re: cue-sheet supportFrom: Johan Vromans (jvromans_at_squirrel.nl) Date: 2003-07-22
"Markus" <ma.sa_at_gmx.de> writes:
> Where can I find instruction for the batch conversion using lame
1. Rip the whole CD into .wav files (i.e., no compression, no post
2. Assuming all the .wav files are in the current directory (and are
C:\MP3> dir *.mp3
3. Run lame (the latest version, 3.93):
C:\MP3> lame -h -b 192 --nogap *.mp3
Check the output that all files are processed, and in the correct
If the files are not in the right order, you have to name them
C:\MP3> lame -h -b 192 --nogap track01.mp3 track02.mp3 ... track12.mp3
You should now have a series of files, TRACK01.MP3 and so on, that
4. Add ID3 info to taste.
Happy hacking!
-- Johan
Page was last modified "Jan 10 2012" The Rockbox Crew |