H264RepeatPps

Places a PPS header on each encoded picture, even if repeated.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-h264-repeat-pps-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-repeat-pps-schema.json",
  "title": "H264RepeatPps",
  "description": "Places a PPS header on each encoded picture, even if repeated.",
  "type": "string",
  "enum": [
    "DISABLED",
    "ENABLED"
  ]
}