forfilein*.flac; do $(flac -cd"$file" | lame-h - "${file%.flac}.mp3"); done
Depends on lame and flac
public snippets
This is a community-maintained collection of reusable code snippets. Contribute something without logging in, or improve existing contributions. All code is dedicated to the public domain unless otherwise specified.