claude-gif-convert
Installation
SKILL.md
claude-gif-convert -- Video, Image, and SVG to GIF Conversion
Four conversion modes for turning any visual source into an optimized GIF.
Mode Detection
Determine the mode from the input:
| Input | Mode | Pipeline |
|---|---|---|
.mp4, .webm, .mov, .avi, .mkv |
A: Video to GIF | ffprobe analyze --> gif_convert.sh |
Directory of .png/.jpg/.webp images |
B: Image Sequence | glob + sort --> gif_frames.py |
| Text description of progressive scenes | C: AI Image Sequence | AI generate N frames --> gif_frames.py |
.svg file (animated or static to animate) |
D: SVG to Transparent GIF | Playwright capture --> FFmpeg palette |
Mode A: Video to GIF
Related skills