Skip to content

Instantly share code, notes, and snippets.

@prathyvsh
Created July 16, 2025 16:25
Show Gist options
  • Save prathyvsh/6e309c302ef6083d745b7c4d2b0685eb to your computer and use it in GitHub Desktop.
Save prathyvsh/6e309c302ef6083d745b7c4d2b0685eb to your computer and use it in GitHub Desktop.
FFmpeg Video to GIF
ffmpeg -i input-file.mp4 -vf "split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" output-file.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment