Ultra Fast Transcoding
50% cheaper than AWS
The fastest, most cost-effective API for transcoding video.
ProviderSD
($/output min)
HD
($/output min)
UHD
($/output min)
Octet$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
Contact us for volume discounts.
Immaculate Quality.Deliver beautiful video to your users.
A sample frame from footage transcoded with the encoding parameters below. VMAF of 97.94
El Fuente by Netflix Open Content licensed under CC BY 4.0
Flexible.Deep configurability with a simple API.
{
  "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://..."
}
Check out the Docs