Combine Multiple MP3 Files without Special Software

December 29, 2009 | Perl
Comment on this post

Just found out that you do not need any special software to join multiple MP3 files together. I’m sure that this is an old trick, but wanted to save it here as so I will be less likely to forget it.

In Windows:

copy /b File1.mp3 + File2.mp3 + FileX.mp3 NewFile.mp3

In Linux:

cat File1.mp3 File2.mp3 > NewFile.mp3

For both methods, you can also use wildcards instead of explicitly naming each file.

Leave a Reply

Search

Subscribe!

spacer

Have a question or comment?

Send me an email - mincus@gmail.com

Most Popular

Recent Posts

Categories

Sponsors

Links

Meta

spacer
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.