Skip to content

Instantly share code, notes, and snippets.

@Ravenstine
Created July 15, 2021 19:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ravenstine/9c3ac53f047b3a725a20ee9d2fb70f43 to your computer and use it in GitHub Desktop.
Save Ravenstine/9c3ac53f047b3a725a20ee9d2fb70f43 to your computer and use it in GitHub Desktop.
Convert video to gif with FFMpeg
ffmpeg -i input.mov -vf "fps=15,scale=640:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment