Skip to content

Instantly share code, notes, and snippets.

@whoo
Created October 11, 2025 14:13
Show Gist options
  • Select an option

  • Save whoo/ae3f8cb072bbb1c9d518529ffea26917 to your computer and use it in GitHub Desktop.

Select an option

Save whoo/ae3f8cb072bbb1c9d518529ffea26917 to your computer and use it in GitHub Desktop.
Video to GIF
ffmpeg -i IMG_4788.mp4 -vf "fps=10,scale=600:-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