Amazon MediaConvert · JSON Structure

Mediaconvert Api Partner Watermarking Structure

If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

PartnerWatermarking 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

NexguardFileMarkerSettings

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-partner-watermarking-structure.json",
  "name": "PartnerWatermarking",
  "type": "object",
  "description": "If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.",
  "properties": {
    "NexguardFileMarkerSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NexGuardFileMarkerSettings"
        },
        {
          "xml": {
            "name": "nexguardFileMarkerSettings"
          },
          "description": "For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking. MediaConvert supports both PreRelease Content (NGPR/G2) and OTT Streaming workflows."
        }
      ]
    }
  }
}