Created
January 14, 2020 07:44
-
-
Save spdrman/e29eb0c49d007eb419cd9af9cfcf4596 to your computer and use it in GitHub Desktop.
ffmpeg - mov -> 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 -ss 00:00:01.000 -i input.mov -t 00:00:09.000 output.gif | |
// max 20sec for github |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment