Join multiple MP3s into a single file with Mp3Wrap
Mp3Wrap is a simple tool all we need to do is indicate a filename for the resulting file followed by all the MP3 files to be joined by Mp3Wrap. Mp3Wrap can be easily installed from the Ubuntu repository using apt-get.
1
sudo apt-get install mp3wrap
Explanation of command to be executed:
output.mp3 - this is the name of the resulting file create by Mp3Wrap
1.mp3, 2.mp3 - and so on… this is where you would list all files to be joined by Mp3Wrap
The resulting file will end with *_MP3WRAP.mp3.
1 2 3 4 5 6 7 8 9 10 11
mp3wrap output.mp3 1.mp3 2.mp3
Mp3Wrap Version 0.5 (2003/Jan/16). See README and COPYING for more! Written and copyrights by Matteo Trotta - THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
50 % --> Wrapping 1.mp3 ... OK 100 % --> Wrapping 2.mp3 ... OK
Calculating CRC, please wait... OK
output\_MP3WRAP.mp3 has been created successfully!