Find, search, and create GIFs with proper optimization and accessibility.
Required for creating GIFs:
ffmpeg — video to GIF conversionOptional:
gifsicle — post-optimization (reduces size 30-50%)| Site | Best for | API |
|---|---|---|
| Giphy | General, trending | Yes (key required) |
| Tenor |
Always use palettegen (without it, colors look washed out):
ffmpeg -ss 0 -t 5 -i input.mp4 \
-filter_complex "fps=10,scale=480:-1:flags=lanczos,split[a][b];[a]palettegen[p];[b][p]paletteuse" \
output.gif
| Setting | Value | Why |
|---|---|---|
| fps | 8-12 | Higher = much larger file |
| scale |
If gifsicle is available:
CODEBLOCK1
Reduces size 30-50% with minimal quality loss.
For web, use video instead of large GIFs (80-90% smaller):
CODEBLOCK2
palettegen in FFmpeg — colors look terribleGiphy search:
CODEBLOCK3
Tenor search:
CODEBLOCK4
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 gif-1776420047 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 gif-1776420047 技能
skillhub install gif-1776420047
文件大小: 1.84 KB | 发布时间: 2026-4-17 20:20