I coded a small utility to convert FLAC, WAV, MP3 and OGG to any of the other formats.
I know there are many, but I wanted to have a single-exe, simple GUI with no installer. So, here goes.
Highlights:
Pressing the Select button will let you choose files (multiple files are allowed) or you can drop files or folders on any of the buttons to immediately convert.
Optional shell integration (converting through the context menu).
No installation needed.
Converting files of mixed formats is allowed (e.g. FLAC and WAV to MP3 with one operation).
MP3 and OGG ID3 tag is written (artist configurable in INI, all the rest automatic)
MP3 quality end encoding mode is configurable (default CBR-192kbps)
So my pretentious name backfired? )
Its just a small utility for me and my Renoise/AutoHotkey friends who appreciate single-exe tiny utils. So I am not too concerned, since I do not expect massive audience.
But thanks for pointing that out (you choose any three letters and you will probably hit some file extension right?)
Thanks mate.
Just updated to 0.11 - previous version did not handle filenames with spaces properly… yes, very shameful of me - I am still in the 8.3 filename convention… life were easy back then.
EDIT: I just noticed I got a new rectangle thingy. I think “yippee” is in order…
Ok, let me do some digging to see if I can find a GNU converter that supports all three formats.
Maybe we will get more file formats “at the same price”.
Fixed : Dragging over non-button control was still attempting to convert. No damage was done, since we did not know which conversion to do, but the regex code was inaccurate.
Added : Check for correct windows coordinates on startup (was done only on shutdown by mistake).
Added : The state of the two checkboxes is now also remembered in the INI.
Added : Drag and drop support for folders.
Changed: Some internal code changes.
Changed: Hot character for the buttons to be consistent (now all are set to the target format).