Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active May 8, 2023 01:30
Show Gist options
  • Select an option

  • Save mcandre/2dc7c5f3bc22a29e7dc89df9e27bd537 to your computer and use it in GitHub Desktop.

Select an option

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