Amazon MediaConvert · JSON Structure

Mediaconvert Api H265 Gop B Reference Structure

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

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

H265GopBReference is a JSON Structure definition published by Amazon MediaConvert. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-h265-gop-b-reference-structure.json",
  "name": "H265GopBReference",
  "type": "string",
  "description": "If enable, use reference B frames for GOP structures that have B frames > 1.",
  "enum": [
    "DISABLED",
    "ENABLED"
  ]
}