What is the best way to merge mp3 files?
Posted
by Dan Williams
on Stack Overflow
See other posts from Stack Overflow
or by Dan Williams
Published on 2008-09-15T13:02:39Z
Indexed on
2010/03/24
6:13 UTC
Read the original article
Hit count: 349
I've got many, many mp3 files that I would like to merge into a single file. I've used the command line method
copy /b 1.mp3+2.mp3 3.mp3
but it's a pain when there's a lot of them and their namings are inconsistent. The time never seems to come out right either.
© Stack Overflow or respective owner