Skip to content

Instantly share code, notes, and snippets.

@nvictor
Created May 7, 2019 17:24
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 nvictor/37522fb2539c9e29be0b2041313b8045 to your computer and use it in GitHub Desktop.
Save nvictor/37522fb2539c9e29be0b2041313b8045 to your computer and use it in GitHub Desktop.
ffmpeg_trim
ffmpeg -i input.mp3 -ss hh:mm:ss.lll -t ddd -acodec copy output.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment