Created
November 12, 2016 01:04
-
-
Save Rady/310671a55f535f9b6edd0c3345a6df59 to your computer and use it in GitHub Desktop.
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 -ss 01:32 -t 00:04 -vf "scale=300:-1" -f gif -r 15 output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment