Skip to content

Instantly share code, notes, and snippets.

@munrocket
Last active March 4, 2024 01:37
Show Gist options
  • Select an option

  • Save munrocket/4dad529a78dd4b94cfe61273409b2393 to your computer and use it in GitHub Desktop.

Select an option

Save munrocket/4dad529a78dd4b94cfe61273409b2393 to your computer and use it in GitHub Desktop.
webm2gif converter for shadertoy

first frame in video

ffmpeg -i capture.webm -vframes 1 capture.jpg

webm -> gif

ffmpeg -y -i capture.webm -vf palettegen palette.png
ffmpeg -y -i capture.webm -i palette.png -filter_complex paletteuse -r 10 capture.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment