Created
November 22, 2020 04:38
-
-
Save carlosh93/d00e37877361d4cf528c84f7b99ce6b5 to your computer and use it in GitHub Desktop.
Crop video and remove audio #ffmpeg
This file contains hidden or 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 -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