Skip to content

Instantly share code, notes, and snippets.

@eggman64
Last active July 22, 2016 06:43
Show Gist options
  • Save eggman64/4e22b24b024ee503cdeba5249f1e88df to your computer and use it in GitHub Desktop.
Save eggman64/4e22b24b024ee503cdeba5249f1e88df to your computer and use it in GitHub Desktop.

Remove the first 2m 54.583s of input.mp3 and save as output.mp3

ffmpeg -i input.mp3 -ss 00:02:54.583 -acodec copy output.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment