Skip to content

Instantly share code, notes, and snippets.

@rvnd
Forked from riywo/gist:5023060
Created October 18, 2016 04:02
Show Gist options
  • Save rvnd/c41450541b69d6cbe2117bdda0af5300 to your computer and use it in GitHub Desktop.
Save rvnd/c41450541b69d6cbe2117bdda0af5300 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment