Install Mp3Wrap under Ubuntu:
Open up the terminal and type following command to install Mp3Wrap:
sudo apt-get install mp3wrapNow using terminal go the the directory containing mp3 files from which you need to create single mp3 file, type the following command to join all these mp3 files within working directory into single mp3 file:
mp3wrap -v albun.mp3 *.mp3Mp3Wrap will create a file named: album_MP3WRAP.mp3 (as shown below). It's important you don't remove the MP3WRAP string, because this will tell the split program Mp3Splt that the file is wrapped and can be splitted just with -w option.
Mp3Splt is a utility to split mp3 and ogg files selecting a begin and an end time position, without decoding. It's very useful to split large mp3/ogg to make smaller files or to split entire albums (created using Mp3Wrap) to obtain original tracks.
If you want to split an album, you can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from .cue files. You can extract tracks from Mp3Wrap or AlbumWrap files in few seconds. For mp3 files, both ID3v1 & ID3v2 tags are supported. Mp3splt is split in 3 parts : libmp3splt, mp3splt and mp3splt-gtk.
Install Mp3Splt under Ubuntu:
Open up the terminal and type following command to install Mp3Split:
After successful installation you can open up the mp3splt from Application > Sound & Video > Mp3Splt-gtk and select the album file that you have created using MP3Wrapsudo apt-get install mp3split
1 comments:
Thanks for the post this was great, only one change
sudo apt-get install mp3splt (instead of mp3split)
Post a Comment