Amazon MediaConvert · JSON Structure

Mediaconvert Api Vc3 Interlace Mode Structure

Optional. Choose the scan line type for this output. If you don't specify a value, MediaConvert will create a progressive output.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Vc3InterlaceMode 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-vc3-interlace-mode-structure.json",
  "name": "Vc3InterlaceMode",
  "type": "string",
  "description": "Optional. Choose the scan line type for this output. If you don't specify a value, MediaConvert will create a progressive output.",
  "enum": [
    "INTERLACED",
    "PROGRESSIVE"
  ]
}