AWS MediaConvert HEVC: pricing tiers, quality, and the integration story
AWS MediaConvert's HEVC encoding — Pro tier requirements, NVENC vs CPU implementations, ABR ladder support, and where MediaConvert fits for HEVC workflows.
AWS MediaConvert's HEVC encoding is mature and broadly deployed, but the pricing tier system means HEVC isn't always available at standard rates. For operators evaluating MediaConvert specifically for HEVC delivery, the cost structure deserves scrutiny — at scale it makes a meaningful difference.
What AWS MediaConvert actually has
MediaConvert supports H.265/HEVC encoding via the Pro tier (basic tier doesn't include HEVC). Both Main and Main10 profiles are supported, including HDR10 + HLG metadata signaling for HDR delivery. ABR ladder generation in HEVC works the same as H.264, with separate per-rendition encoding configuration. Closed-GOP control is exposed via the API for HLS/DASH segment alignment. The encoder is software-based (not GPU-accelerated for the most part), which means encoding time on a 60-minute master at 1080p typically runs 30-60 minutes depending on preset. AWS's integration with the rest of the Elemental stack (MediaPackage, MediaTailor) supports HEVC end-to-end including DRM packaging via SPEKE.
Where it's the right fit
AWS-resident workloads where HEVC delivery is part of the broader Elemental stack (Live + MediaConvert + MediaPackage + CloudFront). Operators with consolidated AWS billing where MediaConvert pricing fits the procurement umbrella. Workflows where the AWS-native developer ergonomics (IAM, S3 events, EventBridge) are operational primitives the team already uses.
Where the gaps show up
Pro tier pricing for HEVC is meaningfully more expensive than basic tier H.264 — at high volume the math gets uncomfortable. NVENC GPU-accelerated HEVC isn't MediaConvert's strength; for high-throughput HEVC at scale, self-hosted NVENC pools or Bitmovin's GPU offerings beat MediaConvert on per-minute economics. The encoder version is AWS-managed — you can't pin a specific libx265 build for byte-equivalent output across encodes, which matters for some compliance workflows.
Pricing implications
MediaConvert HEVC encoding is in the Pro tier: roughly $0.030/minute for 1080p HEVC, $0.075+/minute for 4K HEVC HDR. Reserved-capacity pricing offers ~50% discount for committed-throughput contracts. At 1M HEVC minutes/month, expect $30K-75K in MediaConvert costs alone.
MpegFlow's HEVC encoding runs on the same encoder pools as H.264 — no separate tier. NVENC GPU acceleration is a per-pool configuration, with 5-10× throughput on T4/A10 hardware. Self-hosted economics make HEVC at scale roughly 3-5× cheaper per minute than MediaConvert's Pro tier. Encoder version pinning is first-class: the audit log records the exact libx265 (or NVENC driver) version per job for compliance + reproducibility.
- hevc
- codec
- aws-mediaconvert
- pricing