Skip to content

Instantly share code, notes, and snippets.

@brenopolanski
Last active September 4, 2023 20:11
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 brenopolanski/505be81f4919fcc5efa48e4e252cad41 to your computer and use it in GitHub Desktop.
Save brenopolanski/505be81f4919fcc5efa48e4e252cad41 to your computer and use it in GitHub Desktop.
Tips & Tricks FFmpeg
@brenopolanski
Copy link
Author

Concat audio:

ffmpeg -i "concat:01.mp3|02.mp3" -acodec copy out.mp3  
ffmpeg -i "concat:01.mp3|02.mp3|03.mp3|04.mp3|05.mp3|06.mp3|07.mp3|08.mp3|09.mp3|10.mp3|11.mp3|12.mp3|13.mp3|14.mp3|15.mp3|16.mp3|17.mp3|18.mp3|19.mp3|20.mp3|21.mp3|22.mp3|23.mp3|24.mp3|25.mp3|26.mp3" -acodec copy out.mp3

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