Hacker friendly instructions for PC:

1. Get the FLAC and LAME command line executable versions. They should
be named flac.exe and lame.exe.
2. Put those two files in a directory where your Flac files are
located.
3. In that same directory create a file named "flac2mp3.bat" and put in
it the following text:

mkdir mp3

FOR %%f in (*.flac) DO (
        flac -d "%%f" -o "mp3\%%f.wav"
        lame --r3mix "mp3\%%f.wav" "mp3\%%f.mp3"
        del "mp3\%%f.wav"
)

4. Double click the flac2mp3.bat and voila, in a few minutes the "mp3"
subdirectory will contain MP3's. You will have to tag them yourself
though.

Hope this helps.. or just use foobar like the guy before me said :)


------------------------------------------------------------------------
itayc's Profile: http://forums.slimdevices.com/member.php?userid=56091
View this thread: http://forums.slimdevices.com/showthread.php?t=95040

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to