1. Converting iPhone Dolby Vision HDR for Social Media
Content CreatorBackground
A content creator recorded a vlog on an iPhone in Dolby Vision HDR, but when uploaded to a standard social media platform, the video looked washed out and lacked contrast.
Problem
The creator needs to convert the HDR video to standard SDR (BT.709) so colors display vibrantly on all mobile devices.
How to use
Upload the HDR MP4 file, select the BT.2390 tone mapping algorithm, set the CRF to 18 for high quality, and choose MP4 as the output format.
{
"toneMapping": "bt2390",
"crf": 18,
"outputFormat": "mp4"
}Outcome
The video is converted to a standard SDR MP4 with rich colors and balanced contrast, ready for direct upload to social media.