Created
November 8, 2022 20:49
-
-
Save lucassmacedo/a6b442713f0b6791256237d5ccc60e78 to your computer and use it in GitHub Desktop.
Cortar audio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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