Amazon MediaConvert · JSON Structure

Mediaconvert Api Mpeg2 Scene Change Detect Structure

Enable this setting to insert I-frames at scene changes that the service automatically detects. This improves video quality and is enabled by default.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Mpeg2SceneChangeDetect 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-scene-change-detect-structure.json",
  "name": "Mpeg2SceneChangeDetect",
  "type": "string",
  "description": "Enable this setting to insert I-frames at scene changes that the service automatically detects. This improves video quality and is enabled by default.",
  "enum": [
    "DISABLED",
    "ENABLED"
  ]
}