Skip to content

Instantly share code, notes, and snippets.

@agalea91
Created August 13, 2021 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agalea91/05a929a81c152d270abeb559a0c40f18 to your computer and use it in GitHub Desktop.
Save agalea91/05a929a81c152d270abeb559a0c40f18 to your computer and use it in GitHub Desktop.
ffmpeg audio file join (concatenate)
ffmpeg -i "concat:file 1.mp3|file 2.mp3|file 3.mp3|..." -acodec copy ../Output-File.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment