Skip to content

Instantly share code, notes, and snippets.

@mec
Last active April 6, 2020 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mec/900c9db2e068fa413788b8bb10323b53 to your computer and use it in GitHub Desktop.
Save mec/900c9db2e068fa413788b8bb10323b53 to your computer and use it in GitHub Desktop.
ffmpeg video to gif
ffmpeg -i video.mov -vf "fps=10,scale=420:-1:flags=lanczos" -loop 0 animated.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment