On Thu, January 10, 2008 6:53 pm, clarge wrote:
> Is there a program to do the above? And if so what is it?
Yeah, Flac.
I think they even have a Canadian translation, eh. :P
Something like this on the command line will copy a group of .flac
files and create .mp3 files....
for file in *.flac; do $(flac -cd "$file" | lame -h -
YOURLOCATION/"${file%.flac}.mp3"); done
I copied it from another site. You will need the flac codec and the
lame encoder.
HTH!
--
kai
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]