Click to See Complete Forum and Search --> : Batch split mp3 files


thedreampolice
05-26-2007, 05:40 PM
Do any of you know of a program that can batch split mp3 files by time. For example I need 30+ mp3 files to only be 1 minute in length. Also if it could add a fade out at the end that would be great. this windows program is about perfect
http://www.mp3splitterjoiner.com/ any ideas on a linux program that is similar?

asarch
05-27-2007, 02:28 AM
What about this one?:
Audacity (http://en.wikipedia.org/wiki/Audacity)

retsaw
05-27-2007, 03:37 AM
mp3splt (http://mp3splt.sourceforge.net/mp3splt_page/home.php) should do what you want.

thedreampolice
05-27-2007, 09:46 AM
audacity is cool but it does not do batch splitting. It does not look like mp3split does either. I need to do 30 files in 1 click. Any other thoughts?

Davno
05-27-2007, 11:44 PM
Mp3split use in a shell like this:
mp3splt -t 1.00 /ThePathTo/YourMp3/* Its fast, except it won't fade out the files (need more googling and script may be for that).