Skip to main content

Kantar_watermarking

NameTypeDescription
usernamestringLogin for authorization.
passwordstringPassword for authorization.
content_idstringIdentification string.
channel_namestringThe channel name. If it is not available, it gets the first value from the Kantar server.
license_idnumberThe license id. If it is not available, it gets the first value from the Kantar server.
offsetnumberOptional: the audio offset in seconds.
portnumberOptional: the ability to manually define the server port.
urlstringOptional: the ability to manually define the server URL.
metadataobjectOptional: the ability to set metadata (descriptions).
results_fileobjectThe location for the output Kantar watermark log data.

Example kantar_watermarking

{
"uid": "transcode_task",
"kind": "transcode",
"payload": {
"location": {},
"targets": [
{
"file_pattern": "{source_basename}_kantar.wav",
"container": {
"kind": "wav"
},
"audio": [
{
"codec": "pcm",
"channels": 2,
"filters": [
{
"kind": "kantar_watermarking",
"payload": {
"username": "Replace.This",
"password": "RePlAcEtHiS",
"content_id": "some_text",
"channel_name": "whatever",
"license_id": 123456,
"offset": 0,
"port": 443,
"url": "licenseofe.kantarmedia.com",
"metadata": {
"metadata_3": "1111"
}
}
}
]
}
]
}
]
}
}