Created
July 22, 2024 08:52
-
-
Save fabiofidanza/132fd59f4c713256cdaf21070db577b8 to your computer and use it in GitHub Desktop.
Video to GIF using ffmpeg
This file contains 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.mov -filter_complex "fps=5, scale=-1:180" output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment