[Empeg-general] Re: Re-rip my cd's ... info needed ... loss-less comp?

Cas Oostvogel karbunkle at usa.net
Thu, 28 Mar 2002 14:08:00 GMT


#!/bin/sh

echo Converting $1
echo to $2...

flac -c -d "$1" | lame --nohist --vbr-new -h -k - "$2"
id3cp "$1" "$2" 


Thanks, nice to see it's possible. Unfortunately, I wouldn't know even where to start to put this into... Am a bit of a computer simpleton..., particularly compared to all the geniuses resident to this board.