Splitting mp3 by cue file in ubuntu

Use mp3splt to break up an mp3 file according to the break points contained in a cue file. To install mp3splt open a terminal window and enter the following:

sudo aptitude install mp3splt

To split an mp3 file named “music.mp3″ using a cue file named “music.cue” issue the following in a terminal window:

mp3splt -c music.cue music.mp3

Links:
Mp3splt Homepage
Music file processing on Linux

Post a Comment

Your email is never published nor shared.