AutoHotkey Community

It is currently May 27th, 2012, 1:54 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
PostPosted: May 27th, 2008, 11:14 am 
Offline

Joined: November 24th, 2005, 8:16 am
Posts: 851
FlicFlac 0.36 - WAV/FLAC/MP3/OGG Converter (Single-EXE GUI)

Image

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 December 14th, 2010, 5:36 pm, edited 11 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 24th, 2008, 6:53 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
Cool, I haven't heard of flac to mp3 transcoders. Is this closed source?

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 24th, 2008, 7:36 pm 
Very nice! 8)

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).


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 24th, 2008, 7:39 pm 
Offline

Joined: November 24th, 2005, 8:16 am
Posts: 851
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 3rd, 2008, 2:24 am 
Offline

Joined: November 24th, 2005, 8:16 am
Posts: 851
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 26th, 2010, 7:06 pm 
Offline

Joined: October 21st, 2009, 6:55 pm
Posts: 48
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!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 28th, 2010, 11:27 am 
thanx


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 28th, 2010, 11:27 am 
thanx


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot], Relayer and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group