Single EXE WAV/FLAC/MP3/OGG Converter.
Download Source Code (AHK)
Released October 6, 2009
FlicFlac is a simple utility for converting WAV, FLAC, MP3 and OGG files to any of the other formats. It requires no installation and is provided free of charge.
FlicFlac aims to be as small and easy to use as possible.
You can drag files onto the user interface, or convert files directly from the right click menu in Windows Explorer.
more...
Usage
Method 1:
- Select a conversion format by pressing one of the format buttons.
- Press the Select button to select files to convert.
Method 2:
- Select a conversion format by pressing one of the format buttons.
- Drag files or folders onto the Select button.
Method 3:
- Drag files or folders onto one of the format buttons.
Method 4:
- Right click a file and select Convert with FlicFlac.
- This works only on single files.
- Enable/disable the context menu integration through the settings menu.
- By default, FlicFlac will exit after conversion when using this methid. This may be changed in the INI file.
You may activate the settings menu through the keyboard by pressing F8 or the right click key (apps), or by right clicking anywhere on the GUI.
Technical Notes
FlicFlac uses these external command line encoders / decoders:
(You do not need to worry about downloading these files, they are already included inside the FlicFlac.exe download).
If you redistribute this package please refer to the license of these encoders.
On the first run, FlicFlac will spit out a small INI file for you to do some minor configurations if needed, and will also spit out the four needed converters into the windows temp directory (flac.exe, lame.exe, oggenc.exe and oggdec.exe).
FLAC files are encoded with the default flac settings (medium compression, medium speed)
MP3 files are encoded with a default of 192kbps. Encoding mode (CBR/VBR) and bitrate are configurable through the INI file.
Presets are provided in an easy access menu.
Presets menu can be configured in the INI file.
OGG files are encoded with a quality setting of 5 (on a scale of 0-10)
OGG and MP3 files are encoded with ID3 tag information:
- Song Title = Filename
- Year = Current year
- Artist = Taken from the INI file
Native Conversions (one step):
- WAV2MP3: WAV to MP3 (lame)
- MP32WAV: MP3 to WAV (lame)
- FLAC2WAV: FLAC to WAV (flac)
- WAV2FLAC: WAV to FLAC (flac)
- WAV2OGG: WAV to OGG (oggenc)
- FLAC2OGG: WAV to FLAC (oggenc)
- OGG2WAV: OGG to WAV (oggdec)
Hybrid Conversions (two steps):
- FLAC2MP3: FLAC to WAV (flac) then WAV to MP3 (lame)
- MP32FLAC: MP3 to WAV (lame) then WAV to FLAC (flac)
- MP32OGG: MP3 to WAV (lame) then WAV to OGG (oggenc)
- OGG2FLAC: OGG to WAV (oggdec) then WAV to FLAC (flac)
- OGG2MP3: OGG to WAV (oggdec) then WAV to MP3 (lame)
FlicFlac Audio Converter is provided free of charge, however if you are feeling generous, your donation will be highly appreciated.