Hdr10
Name | Type | Description |
---|---|---|
source | enum config source_metadata source_document media metadata_file none | The source for the HDR10 metadata. |
master_display | string | The mastering display brightness. |
max_cll | number | The maximum Content Light Level (CLL) for the file. maximum: 10000 |
max_fall | number | The maximum Frame Average Light Level (FALL) for the file. maximum: 10000 |
Example hdr10
{
"uid": "transcode_media",
"kind": "transcode",
"payload": {
"location": {
"storage_provider": "s3",
"path": "s3://my_bucket/my_folder"
},
"targets": [
{
"file_pattern": "{source_basename}_hdr10.mp4",
"existing_files": "replace",
"nr_of_passes": 2,
"container": {
"kind": "mp4"
},
"video": {
"codec": "h265",
"width": 1920,
"height": 1080,
"bitrate_kb": 12000,
"max_bitrate_kb": 13200,
"vbv_buffer_size_kb": 13200,
"bitrate_mode": "vbr",
"chroma_format": "yuv420p10le",
"profile": "main10",
"level": "5.0",
"color_primaries": "bt2020",
"color_trc": "st2084",
"color_matrix": "bt2020nc",
"hdr10": {
"source": "config",
"master_display": "G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(40000000,47)",
"max_cll": 4000,
"max_fall": 1000
}
}
}
]
}
}