Skip to content

Instantly share code, notes, and snippets.

@keckelt
Created May 13, 2019 14:25
Show Gist options
  • Save keckelt/3be9a3be6acce8131413c7432409e9dd to your computer and use it in GitHub Desktop.
Save keckelt/3be9a3be6acce8131413c7432409e9dd to your computer and use it in GitHub Desktop.
Video to GIF
ffmpeg -i video.mp4 -pix_fmt rgb24 image.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment