F4vSettings

Settings for F4v container

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
MoovPlacement object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-f4v-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-f4v-settings-schema.json",
  "title": "F4vSettings",
  "description": "Settings for F4v container",
  "type": "object",
  "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."
        }
      ]
    }
  }
}