Kantar_watermarking
| Name | Type | Description |
|---|---|---|
| access | object | Use API Key to reference credentials inside the Hybrik Credentials Vault. |
| username | string | Login for authorization. |
| password | string | Password for authorization. |
| content_id | string | Identification string. |
| channel_name | string | The channel name. If it is not available, it gets the first value from the Kantar server. |
| license_id | number | The license id. If it is not available, it gets the first value from the Kantar server. |
| offset | number | Optional: the audio offset in seconds. |
| port | number | Optional: the ability to manually define the server port. |
| url | string | Optional: the ability to manually define the server URL. |
| metadata | object | Optional: the ability to set metadata (descriptions). |
| results_file | object | The 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"
}
}
}
]
}
]
}
]
}
}