Skip to content

Instantly share code, notes, and snippets.

@hadl
Created August 2, 2018 14:07
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 hadl/892a6ea257fa0c37fd517b150b8fb8dd to your computer and use it in GitHub Desktop.
Save hadl/892a6ea257fa0c37fd517b150b8fb8dd to your computer and use it in GitHub Desktop.
Split mp3 into x seconds parts with ffmpeg
ffmpeg -i file.mp3 -f segment -segment_time 7200 -c copy out%03d.mp3
# -segment_time in seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment