Amazon MediaConvert · JSON Structure

Mediaconvert Api F4V Settings Structure

Settings for F4v container

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

F4vSettings 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

MoovPlacement

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-f4v-settings-structure.json",
  "name": "F4vSettings",
  "type": "object",
  "description": "Settings for F4v container",
  "properties": {
    "MoovPlacement": {
      "allOf": [
        {
          "$ref": "#/components/schemas/F4vMoovPlacement"
        },
        {
          "xml": {
            "name": "moovPlacement"
          },
          "description": "If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end."
        }
      ]
    }
  }
}