image
Upload JPEG, PNG, or WebP snapshots at a fixed interval.
Example
Section titled “Example”{ "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 }}Config
Section titled “Config”| Field | Default | Description |
|---|---|---|
storageType | — | s3, gcp, azure, local |
storageConfig | — | Storage credentials |
format | jpeg | jpeg, png, or webp |
intervalSec | — | Seconds between captures (max 3600) |
quality | — | 0–100 (JPEG/WebP) |
width / height | source size | Output dimensions (max 4096) |
Pricing
Section titled “Pricing”Per image by resolution tier — not per minute. Sink pricing.