Skip to content

Instantly share code, notes, and snippets.

@carlosh93
Created November 22, 2020 04:38
Show Gist options
  • Save carlosh93/d00e37877361d4cf528c84f7b99ce6b5 to your computer and use it in GitHub Desktop.
Save carlosh93/d00e37877361d4cf528c84f7b99ce6b5 to your computer and use it in GitHub Desktop.
Crop video and remove audio #ffmpeg
ffmpeg -ss 00:00:15.00 -i "OUTPUT-OF-FIRST URL" -t 00:00:10.00 -map 0 -map -0:a -c copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment