Skip to content

Instantly share code, notes, and snippets.

@spdrman
Created January 14, 2020 07:44
Show Gist options
  • Save spdrman/e29eb0c49d007eb419cd9af9cfcf4596 to your computer and use it in GitHub Desktop.
Save spdrman/e29eb0c49d007eb419cd9af9cfcf4596 to your computer and use it in GitHub Desktop.
ffmpeg - mov -> gif
ffmpeg -ss 00:00:01.000 -i input.mov -t 00:00:09.000 output.gif
// max 20sec for github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment