Transcoding, thumbnailing and packaging for video and audio libraries.
POST /v1/jobs
{
"source": "s3://ingest/raw/interview-041.mov",
"profiles": ["h264-1080p", "h264-720p", "aac-128k"],
"package": "hls"
}
| Name | Codec | Target bitrate |
|---|---|---|
| h264-1080p | H.264 High | 5.0 Mbps |
| h264-720p | H.264 Main | 2.8 Mbps |
| av1-1080p | AV1 | 2.2 Mbps |
| aac-128k | AAC-LC | 128 kbps |
Jobs are billed per output minute. Failed jobs are not billed. Webhooks fire on completion and on every retry.