convert_to_gif
Convert a .webm video to an optimized GIF. Adjust frame rate, width, and trim the start to remove blank frames.
Instructions
Convert a .webm video to an optimized GIF using ffmpeg two-pass palette method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | GIF frame rate (default 10) | |
| width | No | GIF width in pixels (default 640, height auto-scaled) | |
| webmPath | Yes | Path to the .webm file | |
| startTime | No | Skip first N seconds (useful to trim blank loading frames) |