Looking for a software / something to automate some simple audio processing
        Posted  
        
            by Daniel Magliola
        on Super User
        
        See other posts from Super User
        
            or by Daniel Magliola
        
        
        
        Published on 2009-08-10T22:22:54Z
        Indexed on 
            2010/05/04
            9:28 UTC
        
        
        Read the original article
        Hit count: 297
        
I'm looking for a way to take a 1-hour podcast MP3 file and split it into several several 2-minute MP3s. Along the way, I'd like to also do a few things like Amplify the volume.
The problem I'm solving is that I have a crappy MP3 player that won't let me seek forward or backward, nor will it remember where I left it when I turn it off, plus, I listen to these in a seriously high-noise situation. Thus, I need to be able to skip forward in large chunks (2-5 minutes) to the point where I left it.
Is there any decent way to do this?
Audacity doesn't seem to have command-line capabilities.
I'm willing to write some code, for example, to call something over the command line and get how long the MP3 file is, to later know how many pieces i'll have, and then say "create an MP3 with 0:00 to 2:00", "create an MP3 with 2:00 to 4:00", etc.
I'm also willing to pay for the right tools if necessary.
I also don't care how slow this runs, as long as I can automate it :-)
I'm doing this on Windows.
Any pointers / ideas?
Thanks!
© Super User or respective owner