Skip to content

Instantly share code, notes, and snippets.

@OrangeCrush
Created January 29, 2013 03:50
Show Gist options
  • Save OrangeCrush/4661656 to your computer and use it in GitHub Desktop.
Save OrangeCrush/4661656 to your computer and use it in GitHub Desktop.
Cutting Audio -ss will be the start time, and -t <seconds> will be how long the sound runs until it is cut off. This is not destructive.
ffmpeg -ss 00:00:00.00 -t 189 -i song.mp3 -acodec copy new_song.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment