Chaos Project

General => Electronic and Computer Section => Programming / Scripting / Web => Topic started by: ForeverZer0 on August 13, 2012, 10:38:49 pm

Title: [RESOLVED] Wanted: Command Line Audio Converter
Post by: ForeverZer0 on August 13, 2012, 10:38:49 pm
I have been searching for the past two nights for a command line tool that can do the following:



Now, this would not seem like to hard of a thing, but apparently it is. It also has to meet the following requirements:


The most promising I could find is Sound eXchange (http://www.soundexchange.com/). It has the ability to process the above formats, but not out of the bag. I can't for the life of me seem to get ogg support working it.

Its getting rather frustrating actually. I am not even asking that it has MIDI support, which is the usual deal-breaker when it comes to audio libraries. No, my problem is finding a library with good OGG support, which is a patent-free, open-source, widely spread, and popular format. Linux seems to have all these to themselves...

EDIT:
Forgot to mention, ffmpeg was looking good too, but once again, the OGG support without having an installed codec was stopping me. I found a few builds that could read it, but not encode to it.
Title: Re: Wanted: Command Line Audio Converter
Post by: Ryex on August 14, 2012, 12:24:36 am
Winff, true it's a GUI but it installs it's own build of FFmpeg that can do everything you need.
Title: Re: Wanted: Command Line Audio Converter
Post by: Blizzard on August 14, 2012, 03:09:00 am
Why exactly does it have to be a command line tool?
Title: Re: Wanted: Command Line Audio Converter
Post by: ForeverZer0 on August 14, 2012, 02:49:25 pm
@Ryex:
Thanks, will look into.

@Blizz:
It actually doesn't HAVE to be a command line program, a DLL with the same functions would work, but I am aiming for simplicity. I don't want a GUI, it is part of a another simple program I was making. I could use a dll with the same function I suppose, as long it is well documented for what functions/arguments its looking for, but I was hoping to avoid the extra work of wrapping the methods (I'm using C#). This was supposed to be a two or three day project, not something I am trying to get too involved in, so I was aiming for something I can just launch from the command line easily and pass arguments to.

EDIT:
@Ryex:
I love you, I found a build that is perfect.
I also hate you finding it so quickly. :V:
Title: Re: [RESOLVED] Wanted: Command Line Audio Converter
Post by: Ryex on August 14, 2012, 08:08:56 pm
I'v known about winff for ages, I'v even talked about it on here a few times :P