Skip to content

Instantly share code, notes, and snippets.

@iharkatkavets
Created March 30, 2017 20:55
Show Gist options
  • Save iharkatkavets/3436f0b061476b688cb3fa9f804806c9 to your computer and use it in GitHub Desktop.
Save iharkatkavets/3436f0b061476b688cb3fa9f804806c9 to your computer and use it in GitHub Desktop.
# convert .mov file to .git
$ ffmpeg -ss 00:00:00.000 -i in.mov -pix_fmt rgb24 -r 10 -t 00:00:03.000 output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment