QUOTE (GaryBriane @ Jun 8 2005, 04:37 PM)
QUOTE (ChiGung @ Jun 4 2005, 04:22 PM)
QUOTE (GaryBriane @ Jun 4 2005, 04:20 PM)
I can now fit almost twice as much in any given space - thanks a million!
Good to hear : ) What settings did you settle on?
The first ones that seemed to work well were
"C:\EAC\Lame enc Files\lame iteself\lame.exe" -V9 -m m --resample 22 --lowpass 11 --lowpass-width 2 -B80
So I went with those.
and as you might figure from the line above, I ended up going with making a shortcut to the lame.exe file, and adding the switches to the "target" area of the shortcut properties.
I then drag and drop each WAV file onto the shorcut ......I can only seem to drop one file at a time, or the mp3 goes I have no idea where (I am guessing I will stumble across a huge pile of them at some point,...
-maybe, but more likely lame gets called like this,
C:\EAC\Lame enc Files\lame iteself\lame.exe" -V9 -m m --resample 22 --lowpass 11 --lowpass-width 2 -B80 1st.wav 2nd.wav 3rd.wav 4th.wav (all in one command)
and either makes an mp3 out 1st.wav called second wav, or calls an error.
You could make a bat file like this:
CODE
C:\EAC\Lame enc Files\lame iteself\lame.exe -V9 -m m --resample 22 --lowpass 11 --lowpass-width 2 -B80 %1
C:\EAC\Lame enc Files\lame iteself\lame.exe -V9 -m m --resample 22 --lowpass 11 --lowpass-width 2 -B80 %2
C:\EAC\Lame enc Files\lame iteself\lame.exe -V9 -m m --resample 22 --lowpass 11 --lowpass-width 2 -B80 %3
C:\EAC\Lame enc Files\lame iteself\lame.exe -V9 -m m --resample 22 --lowpass 11 --lowpass-width 2 -B80 %4
C:\EAC\Lame enc Files\lame iteself\lame.exe -V9 -m m --resample 22 --lowpass 11 --lowpass-width 2 -B80 %5
C:\EAC\Lame enc Files\lame iteself\lame.exe -V9 -m m --resample 22 --lowpass 11 --lowpass-width 2 -B80 %6
pause
then if dropped the files on it, it should be okay upto how many %numbered params the .bat uses
QUOTE
The reason I went this way is that I couldnt seem to get the switches to work inside of EAC. The drag/drop one at a time method is more of an effort initially, but it's cool, cause I will only have to rip them all like this once........um unless I get more CDs !!!
Thanks again ! you rock !
heh, ThankYou, its nothing really - i suppose a little credit could go to the Lame devs