Amazon MediaConvert · JSON Structure

Mediaconvert Api M2Ts Nielsen Id3 Structure

If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

M2tsNielsenId3 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-m2ts-nielsen-id3-structure.json",
  "name": "M2tsNielsenId3",
  "type": "string",
  "description": "If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.",
  "enum": [
    "INSERT",
    "NONE"
  ]
}