Skip to content

Instantly share code, notes, and snippets.

@lucassmacedo
Created November 8, 2022 20:49
Show Gist options
  • Save lucassmacedo/a6b442713f0b6791256237d5ccc60e78 to your computer and use it in GitHub Desktop.
Save lucassmacedo/a6b442713f0b6791256237d5ccc60e78 to your computer and use it in GitHub Desktop.
Cortar audio
ffmpeg -i completo.mp3 -vn -acodec copy -ss 00:06:20 -to 00:21:13 'pedacao.mp3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment