<div dir="auto"><a href="https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=212751" target="_blank" rel="noreferrer">https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=212751</a><div dir="auto"><br></div><div dir="auto">May be whole thing is really not supported onWindows (!) in Free version, but  there was workaround posted that may be fix it for HEVC (x265) encoded files:</div><div dir="auto"><br></div><div dir="auto">====</div><div dir="auto">Yes, try DNxHR which should be flagged properly and YT should detect HDR nature of the file.<br><br>You can "fix" those files with ffmpeg:<br><dl><dt>Code: <a href="https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=212751#">Select all</a></dt><dd><code>fmpeg.exe
 -i C:\TestAsHDR.mp4 -bsf:v 
hevc_metadata=transfer_characteristics=16:colour_primaries=9:matrix_coefficients=9
 -c copy  -movflags +write_colr C:\out.mov</code></dd></dl><br><br>This will add PQ flagging to your file.<br><br>Other solution is exporting to eg. DNxHR and encoding to h265 though 3rd party- ffmpeg, etc.</div><div dir="auto"><br></div><div dir="auto">====</div><div dir="auto"><br></div><div dir="auto">interesting to note that even just 6 month ago whole HDR situation was ... still a bit of mess ;)</div></div>