Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active May 8, 2023 01:30
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 mcandre/2dc7c5f3bc22a29e7dc89df9e27bd537 to your computer and use it in GitHub Desktop.
Save mcandre/2dc7c5f3bc22a29e7dc89df9e27bd537 to your computer and use it in GitHub Desktop.
Convert .WEBP's to GIF's

Unfortunately, ffmpeg lacks webp decode capability.

Fortunately, ImageMagick features webp decode capability.

$ magick mogrify -format gif *.webp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment