Skip to content

Instantly share code, notes, and snippets.

@riywo
Created February 24, 2013 07:58
Show Gist options
  • Save riywo/5023060 to your computer and use it in GitHub Desktop.
Save riywo/5023060 to your computer and use it in GitHub Desktop.
Join mp3 files with homebrew
$ brew install -v mp3wrap ffmpeg id3lib
$ mp3wrap tmp.mp3 1.mp3 2.mp3 3.mp3 ....
$ ffmpeg -i tmp_MP3WRAP.mp3 -acodec copy all.mp3 && rm tmp_MP3WRAP.mp3
$ id3cp 1.mp3 all.mp3
@riywo
Copy link
Author

riywo commented Feb 24, 2013

@woorold
Copy link

woorold commented Apr 17, 2015

This guide can help you join multiple MP3 files into one at: http://www.faasoft.com/articles/mp3-joiner-mac-and-windows.html

It also applies to join WAV, AAC, AC3, M4A, WMA, DTS, FLAC, M4B, AIFF, CAF, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment