Skip to main content

Kantar_watermarking

NameTypeDescription
accessobjectUse API Key to reference credentials inside the Hybrik Credentials Vault.
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": "dolby_audio_encoder",
"kind": "dolby_audio_encoder",
"payload": {
"location": {
"storage_provider": "s3",
"path": "{{destination_path}}"
},
"targets": [
{
"file_pattern": "{{file_pattern}}.eac3",
"existing_files": "replace",
"container": {
"kind": "elementary"
},
"audio": [
{
"layer_id": "audio",
"codec": "aac",
"channels": 2,
"sample_rate": 44100,
"bitrate_kb": 96,
"filters": [
{
"kind": "kantar_watermarking",
"payload": {
"username": "{{kantar_username}}",
"password": "{{kantar_password}}",
"content_id": "test",
"channel_name": "tv1",
"license_id": "{{kantar_license_id}}",
"offset": 10,
"port": 443,
"url": "licenseofe.kantarmedia.com",
"metadata": {
"metadata_3": "test_3",
"metadata_4": "test_4",
"metadata_5": "test_5",
"metadata_6": "test_6",
"metadata_7": "test_7",
"metadata_8": "test_8"
}
}
}
]
}
]
}
]
}
}