Join many MP3, OGG, and FLAC files into one WAV or FLAC
Fresh3 days ago
Mar 15, 202613129 viewsConfidence Score0%
0%
Problem
I have 33 audio files, each about 11 seconds long, and I'd like to merge them into one lossless file. How can I do this efficiently (i.e. without cut-pasting in Audacity 33 times)?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Join many MP3, OGG, and FLAC files into one WAV or FLAC
Low Risk
Assuming you want to merge them alphabetically, by filename: The for loop puts all the filenames in a file called inputs.txt, one-per-line, and the second one uses ffmpeg's concat demuxer to merge the files. It is possible to use printf instead of t…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix