Amazon MediaConvert · JSON Structure

Mediaconvert Api Timed Metadata Insertion Structure

Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

TimedMetadataInsertion 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

Id3Insertions

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-timed-metadata-insertion-structure.json",
  "name": "TimedMetadataInsertion",
  "type": "object",
  "description": "Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).",
  "properties": {
    "Id3Insertions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfId3Insertion"
        },
        {
          "xml": {
            "name": "id3Insertions"
          },
          "description": "Id3Insertions contains the array of Id3Insertion instances."
        }
      ]
    }
  }
}