Last active
January 26, 2017 21:35
-
-
Save gurunars/5f76d0f0e831cf93874ef2b6e3aab4a8 to your computer and use it in GitHub Desktop.
Convert 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
ffmpeg -i input.mp4 -vf scale=360:640 -pix_fmt rgb24 output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment