Convert video to a different format or codec
| Param | Type | Description |
|---|---|---|
| format | string | Output format: mp4, webm, mkv, avi |
| codec | string | Video codec: h264, h265, vp9, av1 |
| resolution | string | Target resolution: 480p, 720p, 1080p, 4k |
| bitrate | string | Target bitrate (e.g., “2M”) |
| crf | integer | Constant rate factor (0-51, lower = better quality) |
Single input URL
"https://example.com/video.mp4"
[
{
"type": "transcode",
"params": { "format": "mp4", "codec": "h264" }
}
]URL to receive job completion notification
File size hint in bytes (for plan limit validation)