Provider | SD ($/output min) | HD ($/output min) | UHD ($/output min) |
---|---|---|---|
$0.0034 55 - 77% savings | $0.0068 55 - 77% savings | $0.015 50 - 75% savings | |
Elemental MediaConvert | $0.0075 | $0.015 | $0.03 |
Transcoder API | $0.015 | $0.03 | $0.06 |
Media Services | $0.015 | $0.03 | $0.06 |
{
"input": {
"url": "https://s3.amazonaws.com/..."
},
"destination": {
"provider": "s3",
"region": "us-east-1",
"bucket": "...",
"creds": {
"access_key_id": "...",
"secret_access_key": "...",
}
},
"outputs": [{
"codec": "h264",
"bitrate_kbps": "5000",
"preset": "slow",
"profile": "high",
"rc": "vbr_hq",
"level": "4.1",
"coder": "cabac",
"resolution": "1920x1080",
"dest_path": "full/path/to/vid_1080.mp4"
}],
"callback": "https://..."
}