AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FlicFlac - flac2wav / wav2flac / wav2mp3 Converter

 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Icarus



Joined: 24 Nov 2005
Posts: 851

PostPosted: Tue May 27, 2008 10:14 am    Post subject: FlicFlac - flac2wav / wav2flac / wav2mp3 Converter Reply with quote

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
View user's profile Send private message Visit poster's website
polyethene



Joined: 11 Aug 2004
Posts: 5246
Location: UK

PostPosted: Fri Oct 24, 2008 5:53 pm    Post subject: Reply with quote

Cool, I haven't heard of flac to mp3 transcoders. Is this closed source?
_________________
GitHubScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
n-l-i-d
Guest





PostPosted: Fri Oct 24, 2008 6:36 pm    Post subject: Reply with quote

Very nice! Cool

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

PostPosted: Fri Oct 24, 2008 6:39 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Icarus



Joined: 24 Nov 2005
Posts: 851

PostPosted: Wed Dec 03, 2008 1:24 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
hapyman



Joined: 21 Oct 2009
Posts: 48

PostPosted: Tue Jan 26, 2010 6:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
Guest






PostPosted: Thu Jan 28, 2010 10:27 am    Post subject: Reply with quote

thanx
Back to top
Guest






PostPosted: Thu Jan 28, 2010 10:27 am    Post subject: Reply with quote

thanx
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group