← Back
Multi-Platform Repurposing, Aspect Ratios & Content Syndication

A creator uploads a file tagged with the wrong color primaries, and a destination applies a color conversion that makes skin tones differ from the source version.

Problem

A creator uploads a file tagged with the wrong color primaries, and a destination applies a color conversion that makes skin tones differ from the source version.

Solution

Root Cause / Diagnostic:
Mismatching NCI (NCLX) color tags in MP4/MOV containers (e.g., tagging a Rec.709 video as Apple Display P3 or Rec.2020) forces social transcode engines to apply automated color management matrices during ingestion. This erroneous color space conversion shifts chromaticity coordinates, causing human skin tones to appear unnaturally orange, magenta, or desaturated.

Actionable Fix:
1. In NLE export settings (DaVinci Resolve / Premiere Pro), explicitly set Color Space Tag to "Rec.709" and Gamma Tag to "Rec.709" or "Gamma 2.4" (NCLX code 1-1-1).
2. Enable "Embed Color Profiles" in output configurations to prevent third-party decoders from defaulting to uncalibrated display matrix transforms.
3. Inspect the rendered file using MediaInfo or FFprobe to confirm `color_primaries`, `transfer_characteristics`, and `matrix_coefficients` all read `bt709`.

Pro Tip:
On macOS systems, avoid the infamous "QuickTime gamma shift" bug by utilizing DaVinci Resolve's Color Space Transform (CST) plugin set to output Rec.709-A for bulletproof multi-platform color fidelity across Apple and Android devices.