H264Syntax

Produces a bitstream compliant with SMPTE RP-2027.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-h264-syntax-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-h264-syntax-schema.json",
  "title": "H264Syntax",
  "description": "Produces a bitstream compliant with SMPTE RP-2027.",
  "type": "string",
  "enum": [
    "DEFAULT",
    "RP2027"
  ]
}