Join MP3 tracks into a single MP3 in Ubuntu
The program “mp3wrap” is program that you can use to merge two or more mp3 files. You can install it by typing:
sudo apt-get install mp3wrap
Now you can merge three mp3 files (let’s say 1.mp3, 2.mp3 and 3.mp3 ) by typing:
format :
mp3wrap merge-result.mp3 source-1.mp3 source-2.mp3 souce-n.mp3
example:
mp3swrap gabungan.mp3 3.mp3 2.mp3 1.mp3
note that the gabungan.mp3 will start with 3.mp3 and finish with 1.mp3