All models
Media utilitiesv1.0.0

Video to GIF

Convert a video (or a clip of it) into an animated GIF (ffmpeg)

7 inputsIMAGE
Video to GIF output

First seconds → looping GIF

Run the node

VIDEO
1 – 30INT
16 – 1920INT
0 – ∞FLOAT
Start (s)
0 – ∞FLOAT
Duration (s)
TEXT
TEXT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins video-to-gif and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("video-to-gif", {
  video: { ref: "https://..." },
  fps: { value: 12 },
  width: { value: 480 },
  start: { value: 0 },
  duration: { value: 1.5 },
  maxColors: { value: "256" },
  dither: { value: "sierra2_4a" },
});

Schema

Inputs

video*VIDEO
fpsINT12
widthINT480
startFLOAT
Start (s)
0
durationFLOAT
Duration (s)
maxColorsTEXT
256 · 128 · 64 · 32
256
ditherTEXT
sierra2_4a · bayer · floyd_steinberg · none
sierra2_4a

Outputs

imageIMAGE