Custom_logo
| Name | Type | Description |
|---|---|---|
| url | string | The URL of the asset. |
| storage_provider | enum ftpsftps3gsboxakamainsswiftswiftstackhttp | The storage provider for the asset. [DESC] |
| access | anyOf ftp sftp http s3 gs box akamains swift swiftstack ssh | This contains credentials granting access to the location. |
| trim | anyOf by_sec_in_out by_sec_in_dur by_timecode by_asset_timecode by_frame_nr by_section_nr by_media_track by_nothing | Object defining the type of trim operation to perform on an asset. |
| encryption_id | string | Encryption id, used for referencing encryptions |
Example custom_logo
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"reports": [
{
"create_condition": "always",
"file_pattern": "{source_basename}_report.pdf",
"location": {
"storage_provider": "s3",
"path": "s3://my_bucket/my_reports_folder"
},
"options": {
"report_version": "v3.1",
"display_paths": false,
"time_unit_display": "time_code",
"custom_logo": {
"storage_provider": "s3",
"url": "s3://hybrik-test-assets/hybrik_logo.png"
}
}
}
],
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": [
{
"volume": {
"enabled": true
},
"levels": {
"enabled": true
}
}
],
"video": {
"black_borders": {
"black_level": 0.08,
"enabled": true
},
"levels": {
"chroma_levels": true,
"histograms": true,
"enabled": true
}
}
}
}
}