flac2mp3 is a tool to convert potentially large sets of FLAC audio files into the MP3 audio format. It is implemented as a bash shell script, and should run on any Unix-like operating system.
I wrote flac2mp3 because I am archiving my entire CD collection to FLAC, and would like an easy way to have a mirror image in MP3 format.
flac2mp3 has the following features:
You will need to have the following applications installed:
| Bash Shell | Almost every Linux distribution includes this. |
| Unix utilities | Utilities included in every copy of unix since the dawn of time, including find, sed and sort. |
| FLAC tools | Available on the FLAC website. |
| LAME | Included in many Linux distros, also available on the LAME website. |
flac2mp3 is public domain. If you can figure out how to make money off it, please feel free to do so!