1

I would like to merge multiple MP3 files on a Windows PC without decoding and re-encoding them. I don't mind if the final MP3 files loses the ID3 tags, but if it could somehow preserve the ID3 tags, that would be a bonus. I would also like to avoid issues with time.

How can I accomplish this?

5
  • 1
    It's technically not 'lossless' as MP3 is a lossy format. But you want to prevent any further loss of quality by decoding and re-encoding. Commented Sep 18, 2013 at 22:36
  • That's why I mentioned "without re-compression" in the body of the question
    – Karolinger
    Commented Sep 18, 2013 at 22:50
  • @benshepherd that's for Linux
    – Karolinger
    Commented Sep 18, 2013 at 22:59
  • I repeat my questions is specifically for Windows. The other question was specially for Linux.
    – Karolinger
    Commented Sep 18, 2013 at 23:04
  • 2
    the accepted answer of ffmpeg on the 'Linux question' can apply to Windows if you install it.
    – Zoredache
    Commented Sep 18, 2013 at 23:40

2 Answers 2

4

MP3DirectCut does what you want.

ffmpeg will probably do it too if you'd prefer a command-line method.

1
  • You made me be very interested in ffmpeg
    – Karolinger
    Commented Sep 18, 2013 at 22:49
-3

A Highly rate software Free-MP3-Joiner link here

Hope this helps.

3
  • 1
    It doesn't seem to mention that it uses a lossless process to join MP3s
    – Karolinger
    Commented Sep 18, 2013 at 22:54
  • It is rated 5 stars in CNET. Since I have tried many softwares this one is the best out there retainging the original quality Commented Sep 19, 2013 at 9:47
  • @AugustusFrancis there is no proof for being really lossless. The fact you don't hear any difference is irrelevant here. Commented Nov 9, 2014 at 21:08

Not the answer you're looking for? Browse other questions tagged .