FLAC GUI
A GUI for Windows to process music files into FLAC
I wrote this software to compress my Audio CD music collection to the maximum by using the FLAC -8 level. It also includes the -e (Exhaustive model search) and -p (Exhaustively search LP coeff quantization) flags to further compress the files.
This GUI is written in Visual Basic .NET using Visual Studio 2017. Newer development is done using Visual Studio 2022.
This tool is multithreaded, so encoding will be fast even when using the -e and -p flags, as each file will be encoded in a separate thread.
Downloads:
Changelog:
v1.2
- Multithreaded encoding (One file per thread)
- GUI Stability
v1.1
- Added -e and -p flags
- Updated GUI layout
v1.0
- Initial release
Enjoy!