| View previous topic :: View next topic |
| Author |
Message |
Icarus
Joined: 24 Nov 2005 Posts: 851
|
Posted: Tue May 27, 2008 10:14 am Post subject: FlicFlac - flac2wav / wav2flac / wav2mp3 Converter |
|
|
FlicFlac 0.36 - WAV/FLAC/MP3/OGG Converter (Single-EXE GUI)
A small utility to convert WAV, FLAC, MP3 and OGG files to any of the other formats.
Requires some external files (see notes at the beginning of the code).
When compiled, it will "swallow" the external converters using FileInstall, so that the resulting compiled code is a single exe, with no dependencies.
Converting multiple files at once is supported.
Dragging files/folders on the GUI is supported.
Context menu (shell) integration is supported.
To compile, put the flac.exe, lame.exe, oggenc.exe, oggdec.exe and the INI file in the same directory as this script.
Both a compiled version and source code are available on the FlicFlac Homepage
Last edited by Icarus on Tue Dec 14, 2010 4:36 pm; edited 11 times in total |
|
| Back to top |
|
 |
polyethene
Joined: 11 Aug 2004 Posts: 5246 Location: UK
|
Posted: Fri Oct 24, 2008 5:53 pm Post subject: |
|
|
Cool, I haven't heard of flac to mp3 transcoders. Is this closed source? _________________ GitHub • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Fri Oct 24, 2008 6:36 pm Post subject: |
|
|
Very nice!
In case you plan on adding more file formats: BeSweet and/or RareWares and/or FMOD might be interesting too...
I found an old, but small (77k) 1.0.1, 2004 version of oggdec on my machine, I uploaded it here in case you are interested in it (the latest version 1.9.6 is over 300k). |
|
| Back to top |
|
 |
Icarus
Joined: 24 Nov 2005 Posts: 851
|
Posted: Fri Oct 24, 2008 6:39 pm Post subject: |
|
|
Both a compiled version and source code are available on the FlicFlac Homepage.
| Titan wrote: | | Cool, I haven't heard of flac to mp3 transcoders. Is this closed source? |
_________________ Sector-Seven - Freeware tools built with AutoHotkey |
|
| Back to top |
|
 |
Icarus
Joined: 24 Nov 2005 Posts: 851
|
Posted: Wed Dec 03, 2008 1:24 am Post subject: |
|
|
Due to popular demand, Ogg support is added.
Still maintaining "all formats to all formats" policy.
Since I am not an Ogg user, let me know if there is any Ogg-specific requirements I should consider.
For now, I used a quality setting of 5 (as opposed to the default 3) and I used the ogg tagging to write artist, year and song name (same logic as I used in the MP3 ID3)
Quality setting is configurable in INI, but nothing else (in the Ogg section)
n-l-i-d - took your advice and stayed with the 1.0.1 enc/dec version - it is not only lighter, it also does not require the DLLs.
Although the code source code ZIP does not contain the encoders, if you do not feel like looking for them, the compiled EXE contains all four executables via FileInstall, and it will spit them to your windows temp folder (look for flac.exe, lame.exe, oggenc.exe and oggdec.exe)
Hope the implementation is satisfactory - Ogg encoding seems to be very slow, but it is what it is.
As always, comments are welcome. _________________ Sector-Seven - Freeware tools built with AutoHotkey |
|
| Back to top |
|
 |
hapyman
Joined: 21 Oct 2009 Posts: 48
|
Posted: Tue Jan 26, 2010 6:06 pm Post subject: |
|
|
Sorry to revive this but this is great. I was just about to write out a script to do the same exact thing using LAME. I wanted something really small and simple so my step-mom could encode large WAV files. She isn't too handy with even moderately complex applications so I was going to make a REEEEAAAAALLLLY simplified GUI for her.
Thanks again. Nice work! |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Jan 28, 2010 10:27 am Post subject: |
|
|
| thanx |
|
| Back to top |
|
 |
Guest
|
Posted: Thu Jan 28, 2010 10:27 am Post subject: |
|
|
| thanx |
|
| Back to top |
|
 |
|