Skip to content
Console

image

Upload JPEG, PNG, or WebP snapshots at a fixed interval.

{
"name": "thumbs",
"type": "image",
"inputs": ["mix_video"],
"config": {
"storageType": "s3",
"storageConfig": {
"bucket": "my-thumbnails",
"region": "us-east-1",
"accessKeyId": "<key>",
"secretAccessKey": "<secret>",
"prefix": "thumbs/"
},
"format": "jpeg",
"intervalSec": 10,
"width": 1280,
"height": 720,
"quality": 85
}
}
FieldDefaultDescription
storageTypes3, gcp, azure, local
storageConfigStorage credentials
formatjpegjpeg, png, or webp
intervalSecSeconds between captures (max 3600)
quality0–100 (JPEG/WebP)
width / heightsource sizeOutput dimensions (max 4096)

Per image by resolution tier — not per minute. Sink pricing.