Video to GIF image preview

Video to GIF

Object·Video-API·by eachlabs

Video to GIF converts any clip into a shareable animated GIF, with control over frame rate and width for the right balance of size and smoothness.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "video-to-gif",
    "version": "0.0.1",
    "input": {
        "fps": 10,
        "video": "https://cdn-us.eachlabs.ai/defaults/ce6f65485d8e40479cfb9dc76f05baaf.mp4",
        "width": 480
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Video to GIF

01 / 03

What does Video to GIF do?

Video to GIF converts a clip into a shareable animated GIF. On the each::labs Video API you control frame rate and width, so you can balance smoothness against file size and get a GIF ready to drop into chats, docs, or pages.