Created
May 16, 2020 20:51
-
-
Save wilensky/867d500dd3e51334213c061dcfc0f6ed to your computer and use it in GitHub Desktop.
Convert video file to GIF with 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 -i in.mp4 -r 15 -vf scale=512:-1 -ss 00:00:04 -to 00:00:12 out.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment