for file in *.flac; do $(flac -cd "$file" | lame -h - "${file%.flac}.mp3"); done
3
3
[/code]
4
4
5
Depends on {{{lame}}} and {{flac}}
5
Depends on {{lame}} and {{flac}}
Tags added:
Tags removed:
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.