/ Published in: Bash
must install flac and lame apt-get install flac apt-get install lame
Expand |
Embed | Plain Text
for f in *.flac;do flac -cd $f |lame -b 128 - $f.mp3;done
You need to login to post a comment.
must install flac and lame apt-get install flac apt-get install lame
for f in *.flac;do flac -cd $f |lame -b 128 - $f.mp3;done
You need to login to post a comment.