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?
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.577Install
– Patrick Mevzek – 2017-12-26T00:59:26.630ffmpeg
(like withbrew
) and then you can merge files, you will find tips here: https://trac.ffmpeg.org/wiki/Concatenate