I have a Samsung TV display that doesn’t support DV (HDR10+ and HDR10 only), and an Apple TV 4K that is set to output HDR10 with Match Content enabled. Things like the Apple TV screensavers appear to play in HDR. Amazon’s HDR10+ content appear to play in HDR through the Prime Video app.
I have some DV content listed in the Infuse ATV app as 4K DV, and I would expect given the above setup that Infuse would fallback to HDR10, but instead what I seem to be getting is SDR playback.
On Infuse for macOS I see similar behavior (which seems differently odd as this M1 MBP should have a DV compatible display), but the same file played through IINA results in an HDR output.
I’ve searched through the forums but haven’t found anything that seems to match this experience. Are there additional steps I can take to debug and solve this? The current experience is worse than a native SDR stream.
Here’s some ffprobe output for a sample DV file that’s playing back washed out.
{
"streams": [
{
"index": 0,
"codec_name": "hevc",
"codec_long_name": "H.265 / HEVC (High Efficiency Video Coding)",
"profile": "Main 10",
"codec_type": "video",
"codec_tag_string": "[0][0][0][0]",
"codec_tag": "0x0000",
"width": 3840,
"height": 2160,
"coded_width": 3840,
"coded_height": 2160,
"closed_captions": 0,
"film_grain": 0,
"has_b_frames": 4,
"sample_aspect_ratio": "1:1",
"display_aspect_ratio": "16:9",
"pix_fmt": "yuv420p10le",
"level": 150,
"color_range": "tv",
"color_space": "bt2020nc",
"color_transfer": "smpte2084",
"color_primaries": "bt2020",
"chroma_location": "topleft",
"refs": 1,
"r_frame_rate": "24000/1001",
"avg_frame_rate": "24000/1001",
"time_base": "1/1000",
"start_pts": 0,
"start_time": "0.000000",
"extradata_size": 184,
"disposition": {
"default": 1,
"dub": 0,
"original": 1,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0
},
"tags": {
"language": "eng",
"BPS": "4053476",
"DURATION": "00:00:51.677000000",
"NUMBER_OF_FRAMES": "1239",
"NUMBER_OF_BYTES": "26183935",
"_STATISTICS_WRITING_APP": "mkvmerge v72.0.0 ('Minuano (Six-eight)') 64-bit",
"_STATISTICS_TAGS": "BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES"
},
"side_data_list": [
{
"side_data_type": "DOVI configuration record",
"dv_version_major": 1,
"dv_version_minor": 0,
"dv_profile": 8,
"dv_level": 6,
"rpu_present_flag": 1,
"el_present_flag": 0,
"bl_present_flag": 1,
"dv_bl_signal_compatibility_id": 1
}
]
}
]
}