Skip to main content

Access

NameTypeDescription
credentials_keystringUse API Key to reference credentials inside the Hybrik Credentials Vault.

Example results_file

{
"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": {
"access": {
"credentials_key": "{{kantar_credentials_key}}"
},
"content_id": "test",
"channel_name": "tv1",
"license_id": "{{kantar_license_id}}",
"offset": 10
}
}
]
}
]
}
]
}
}