Skip to content

Instantly share code, notes, and snippets.

@hasantayyar
Created October 21, 2011 05:28
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 hasantayyar/1303161 to your computer and use it in GitHub Desktop.
Save hasantayyar/1303161 to your computer and use it in GitHub Desktop.
ffmpeg cut
ffmpeg -ss 00:01:20 -t 00:01:50 -i file.mp3 -acodec copy cutted.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment