Amazon MediaConvert · JSON Structure

Mediaconvert Api Avc Intra Uhd Settings Structure

Optional when you set AVC-Intra class (avcIntraClass) to Class 4K/2K (CLASS_4K_2K). When you set AVC-Intra class to a different value, this object isn't allowed.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

QualityTuningLevel

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-avc-intra-uhd-settings-structure.json",
  "name": "AvcIntraUhdSettings",
  "type": "object",
  "description": "Optional when you set AVC-Intra class (avcIntraClass) to Class 4K/2K (CLASS_4K_2K). When you set AVC-Intra class to a different value, this object isn't allowed.",
  "properties": {
    "QualityTuningLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AvcIntraUhdQualityTuningLevel"
        },
        {
          "xml": {
            "name": "qualityTuningLevel"
          },
          "description": "Optional. Use Quality tuning level (qualityTuningLevel) to choose how many transcoding passes MediaConvert does with your video. When you choose Multi-pass (MULTI_PASS), your video quality is better and your output bitrate is more accurate. That is, the actual bitrate of your output is closer to the target bitrate defined in the specification. When you choose Single-pass (SINGLE_PASS), your encoding time is faster. The default behavior is Single-pass (SINGLE_PASS)."
        }
      ]
    }
  }
}