/ Published in: Bash
must install flac and lame
apt-get install flac
apt-get install lame
apt-get install flac
apt-get install lame
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for f in *.flac;do flac -cd $f |lame -b 128 - $f.mp3;done