How to transcode HDR to SDR in Windows MediaTranscoder API?
Windows provides MediaTranscoder API to transcode video. I am trying to transcode HDR (High Dynamic Range) video into SDR (Standard Dynamic Range) video. I see there is an API for setting video quality i.e.
MediaEncodingProfile profile =
MediaEncodingProfile.CreateMp4(VideoEncodingQuality.HD720p);
However, there is no way to set bit-depth. Any idea how can I change target bit-depth of the video?