Skip to content

Instantly share code, notes, and snippets.

@JohannesFischer
Created June 23, 2021 03:44
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 JohannesFischer/7a831f2620a30892ee9fdc52fefc09c4 to your computer and use it in GitHub Desktop.
Save JohannesFischer/7a831f2620a30892ee9fdc52fefc09c4 to your computer and use it in GitHub Desktop.
MOV to GIF
ffmpeg -i input.mov -filter_complex "[0:v] fps=12,scale=1000:-1,split [a][b];[a] palettegen [p];[b][p] paletteuse" output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment