by Frost

Introduction
In reference to How To: Join / Combine MP3’s for Free on Windows, I decided to create a tutorial for combining / joining MP3s on Linux for Free as well. Although the process is slightly different it is still the same process, so let's get to it.

Initial Steps
First up we will use the Cat command to combine files, this is highly useful for combining text file, but will also combine binary files flawlessly. Before we plunge head first into combining MP3's we need to first remove any ID3 tag information from the files. In order to do this I installed a program called "eyeD3" on my Ubuntu system through Synaptic Package Manager. The command for eyeD3 to remove all tags is as follows:

1
eye3D --remove-all /path/to/mp3-files/*

This will remove all versions of ID3 tags on any MP3 in the directory pointed to. Doing this will prevent some MP3 players from acting weirdly (such as skipping over parts of the joined MP3). Now that we have our files setup, time to combine the files.


by Frost

Introduction
Recently I had a need to combine multiple MP3 files into one. Looking at the many different MP3 Joiner / combiners I found most of them to be bulky and just not what I was looking for in an MP3 Joiner / Combiner. After doing some digging into the Windows Command Line I came across a flag for a common function, "Copy" that intrigued me. After reading up on the flag of the Copy command in Windows I decided to give it a try with some tests. Where this came about was I copied some Books on CD to my harddrive a while ago (and the CD's have long since been scratched beyond fixing) so now I have about 15 files per chapter for 30 chapters. I would rather combine them into 30 MP3 files instead of the massive amount of files. Well let's take a look at the results of my findings!

/B Flag for Copy Function in Windows
The copy command in Windows has a flag that is /B, which is used for binary copying. Intrigued by this feature I pulled to random MP3 files into a new folder to do some testing, as I have previous used copy functions to combined some text files, I figured why not? It should work the same with the binary files, as that is what MP3's are. My first test, as said, was very basic and simple:

1
copy /B mp3_1.mp3 mp3_2.mp3 mp3_12_combined.mp3

Which in return provided me with a joined mp3 1 and 2 file. Such a simple command to join MP3's.

© 2012 Help Source for Coders - Get Slunked! Suffusion theme by Sayontan Sinha
Stop SOPA