Amazon MediaConvert · JSON Structure

Mediaconvert Api Mp4 Moov Placement Structure

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.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Mp4MoovPlacement 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-mp4-moov-placement-structure.json",
  "name": "Mp4MoovPlacement",
  "type": "string",
  "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.",
  "enum": [
    "PROGRESSIVE_DOWNLOAD",
    "NORMAL"
  ]
}