Amazon MediaConvert · JSON Structure

Mediaconvert Api Mpeg2 Gop Size Units Structure

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 Properties: 0
BroadcastingMedia ProcessingMedia

Mpeg2GopSizeUnits 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-mpeg2-gop-size-units-structure.json",
  "name": "Mpeg2GopSizeUnits",
  "type": "string",
  "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.",
  "enum": [
    "FRAMES",
    "SECONDS"
  ]
}