Create GIF
create_gifConvert a video or a selected segment into an animated GIF with an optimized color palette. Keep clips short to manage file size.
Instructions
Turn a video (or a section of it) into an animated GIF with an optimized color palette. Keep GIFs short and small — they get big fast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | GIF frame rate (default 12) | |
| start | No | Start time in the source (default: beginning) | |
| width | No | GIF width in pixels, height keeps aspect (default 480) | |
| duration | No | Length of the GIF (default: whole video) | |
| input_path | Yes | Path to the source video | |
| output_path | No | Where to write the .gif |