Skip to content

Instantly share code, notes, and snippets.

@Zenahr
Created June 11, 2020 09:30
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 Zenahr/b5cc6335da665d54fb12db15d400bc9e to your computer and use it in GitHub Desktop.
Save Zenahr/b5cc6335da665d54fb12db15d400bc9e to your computer and use it in GitHub Desktop.
ffmpeg mp4 --> gif
ffmpeg -i video.mp4 -r 15 -vf scale=1920:-1 input.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment