$ for file in *.flac; do $(flac -cd "$file" | lame -h - "${file%.flac}.mp3"); done
May 25, 2009
flac to mp3
No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URL
May 25, 2009
$ for file in *.flac; do $(flac -cd "$file" | lame -h - "${file%.flac}.mp3"); done
No comments yet.
RSS feed for comments on this post. TrackBack URL
Powered by WordPress