Mpeg2GopSizeUnits

Specify the units for GOP size (GopSize). If you don't specify a value here, by default the encoder measures GOP size in frames.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-mpeg2-gop-size-units-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-mpeg2-gop-size-units-schema.json",
  "title": "Mpeg2GopSizeUnits",
  "description": "Specify the units for GOP size (GopSize). If you don't specify a value here, by default the encoder measures GOP size in frames.",
  "type": "string",
  "enum": [
    "FRAMES",
    "SECONDS"
  ]
}