H264GopBReference

If enable, use reference B frames for GOP structures that have B frames > 1.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-h264-gop-b-reference-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-gop-b-reference-schema.json",
  "title": "H264GopBReference",
  "description": "If enable, use reference B frames for GOP structures that have B frames > 1.",
  "type": "string",
  "enum": [
    "DISABLED",
    "ENABLED"
  ]
}