So replacing `-pix_fmt yuv420p10le` in the command with `-vf "setparams=range=limited:colorspace=bt709:color_primaries=bt709:color_trc=bt709,format=yuv420p10le"` fixed it for me.
Can this fix maybe be applied to MakeMKV? My UHD discs are tagged correctly it seems, but for the normal BDs color metadata is missing completely:
Code: Select all
ffprobe Beauty\ and\ the\ Beast.mkv 2>&1 | grep "Stream #0:0"
Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn
ffprobe Treasure\ Planet.mkv 2>&1 | grep "Stream #0:0"
Stream #0:0(eng): Video: h264 (High), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn