Mac2flac
Mac2flac is a command line utility to ease the process of converting Monkeys Audio files to Flac. It aims to replace
the various ape2flac bash scripts that are around.
Mac2flac is available under the GNU General Public License and runs mainly on
GNU/Linux systems. It is written in C/C++ and is derived from Aqualung code.
The application only provides a user interface; you still need to have the encoder and decoder libraries installed separately.
features
- Progress bars (!).
- Auto-renaming and non-ascii character-set options.
- Simple metadata is copied. More advanced tags such as images, are currently not supported.
- Faster and more disc-space efficient than some other methods.
screenshot
installation
changelog
20090210
- dont try and encode flac files (thereby overwriting them).
20081206
- bug fix for Year meta-data field.
20081030
- bug fix for ascii mode where filename contains only ascii characters.
- ensure view shows '100%' on completion.
- make configure script fail if monkey libs not present.