Skip to content

Instantly share code, notes, and snippets.

@jeffkreeftmeijer
Last active January 26, 2021 15:01
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 jeffkreeftmeijer/dc49e9e440b03a9c66554fc0c14b1603 to your computer and use it in GitHub Desktop.
Save jeffkreeftmeijer/dc49e9e440b03a9c66554fc0c14b1603 to your computer and use it in GitHub Desktop.
.mov to .gif
ffmpeg -i nightfall.mov -filter_complex "fps=10,scale=960:-1" nightfall.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment