Skip to main content

Custom_logo

NameTypeDescription
urlstringThe URL of the asset.
storage_providerenum                          
ftp
sftp
s3
gs
box
akamains
swift
swiftstack
http
The storage provider for the asset. [DESC]
accessanyOf         
ftp
sftp
http
s3
gs
box
akamains
swift
swiftstack
ssh
This contains credentials granting access to the location.
trimanyOf         
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_idstringEncryption id, used for referencing encryptions

{
"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
}
}
}
}
}