I need to combine 632 mp3 files

0

I have 33h:38m:06s of music that I am trying to combine (for a project) into one large .midi file. So far, I have 632 .MP3 files in one folder, and I am trying to combine them into one file.

What is the best approach to achieving this? Obviously, cloud-based merging software is out of the question since I have too much data to merge. Is there a way to accomplish this through a terminal (I'm on mac) command?

Ruchir Baronia

Posted 2017-12-25T21:01:31.047

Reputation: 117

Question was closed 2017-12-25T21:02:44.357

2into a .midi file? As in a file for keyboard synthesizers? How do you expect to do this from mp3 audio files? – Mokubai – 2017-12-25T21:32:55.577

Install ffmpeg (like with brew) and then you can merge files, you will find tips here: https://trac.ffmpeg.org/wiki/Concatenate

– Patrick Mevzek – 2017-12-26T00:59:26.630

No answers