FG

Join multiple MP3 files (lossless)

Fresh3 days ago
Mar 15, 20268694 views
Confidence Score0%
0%

Problem

How do you join multiple MP3 files into one? "cat" and "mp3wrap" are no good as they produce non standard MP3 files. I know I can use audacity, but when you have 1000's of MP3 files to join into one, it takes too long. Any suggestions?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Join multiple MP3 files (lossless)

Low Risk

You can do this programmatically with ffmpeg's concat demuxer. First, create a file called inputs.txt with lines like ...etc. Then, run the following ffmpeg command: It's possible to generate inputs.txt easily with a bash for loop (this can probably…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment