How can I merge multiple mp3 files??

buc99

Don't Tread on Me!
Can someone tell me an application for merging multiple mp3 files? I have a folder that contains multiple mp3 files and I would like to merge them into one long file. (Talking about hundreds, so quicktime may be cumbersome)

Thanks in advance.
SA :D
 
this might help:
http://mpgedit.org

From their docs, they offer this example usage:
mpgedit -o output.mp3 -e- test1_1.mp3 test1_2.mp3 test1_3.mp3 test1_4.mp3

Which is supposed to make one mp3 file out of the four test1_[1-4].mp3 files.
 
scruffy said:
this might help:
http://mpgedit.org

From their docs, they offer this example usage:
mpgedit -o output.mp3 -e- test1_1.mp3 test1_2.mp3 test1_3.mp3 test1_4.mp3

Which is supposed to make one mp3 file out of the four test1_[1-4].mp3 files.

Exactly what I was looking for, except I can not compile the program. Any ideas?

Thanks.
SA:)
 
Back
Top