Created
January 7, 2018 14:32
-
-
Save hector6872/3a25b9e88c5e3d9068bddaf4b5c5c1fe to your computer and use it in GitHub Desktop.
MP4 to GIF
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
# change resolution | |
ffmpeg -i video_1920.mp4 -vf scale=300:534 video_300.mp4 | |
# convert | |
ffmpeg -i video_300.mp4 final.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
+++ https://ezgif.com/maker