Dolby_vision
Name | Type | Description |
---|---|---|
profile | enum 5 8.1 hdr10 sdr | The Dolby Vision Profile. |
compatible_peak_brightness | integer | Peak brightness in candela per sqm for the optional content mapping of the HDR10 compatible layer. Only 1,000 is allowed. minimum: 100 maximum: 10000 |
force_dm_version | enum 3 | Force Dolby Vision metadata to be mapped to a specific version of the Dolby Vision Display Management (DM). |
convert_to_dolby_vision | object | Dolby Vision SDR/HDR conversion options |
Example dolby_vision
{
"kind": "transcode",
"uid": "transcode_task",
"payload": {
{
"location": {
"storage_provider": "s3",
"path": "{{destination_location}}"
},
"options": {
"pipeline": {
"encoder_version": "hybrik_4.2_10bit"
}
},
"targets": [
{
"file_pattern": "dolby_vision_example.mp4",
"existing_files": "replace",
"container": {
"kind": "mp4"
},
"video": {
"codec": "h265",
"width": "1920",
"height": "1080",
"bitrate_kb": "16000",
"max_bitrate_kb": "18000",
"bitrate_mode": "vbr",
"dolby_vision": {
"profile": "5"
}
}
}
]
}
}
}