2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Input #0, mpegts, from 'bluray://udf%3a%2f%2fsmb%253a%252f%252f10.220.0.41%252fFilme_LW_11%252fThe%2520355%2520(2022)%252fThe%2520355%2520(2022)%2520%255b2160p%2520TrueHD%2520Atmos%2520%255d.iso%2f/BDMV/PLAYLIST/00002.mpls':
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Duration: N/A, start: 600.000000, bitrate: N/A
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Program 1
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:0[0x1011]: Video: hevc (Main 10) (HDMV / 0x564D4448), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 23.98 tbc
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:1[0x1015]: Video: hevc (Main 10) (HDMV / 0x564D4448), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 23.98 tbc
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:2[0x1100]: Audio: truehd (AC-3 / 0x332D4341), 48000 Hz, 7.1, s32 (24 bit)
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:3[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:4[0x1101]: Audio: truehd (AC-3 / 0x332D4341), 48000 Hz, 7.1, s32 (24 bit)
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:5[0x1101]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, 5.1(side), fltp, 640 kb/s
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:6[0x12a0]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:7[0x12a1]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:8[0x12a2]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
2022-12-29 23:22:16.609 T:800 info <general>: ffmpeg[0x65acc20]: Stream #0:9[0x12a3]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream ID: 0
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream - discarding Dolby Vision stream
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream ID: 2
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream - discarding duplicated bluray stream (truehd ac3 core)
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream ID: 4
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream - discarding duplicated bluray stream (truehd ac3 core)
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream ID: 6
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream ID: 7
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream ID: 8
2022-12-29 23:22:16.609 T:800 debug <general>: CDVDDemuxFFmpeg::AddStream ID: 9
2022-12-29 23:22:16.609 T:800 info <general>: Opening stream: 0 source: 256
Display More
^ According to this, there are two streams: #0 which is 4K, and #1 which is 1080p. The next lines are confusing as they appear to show stream 0 being discarded (as it contains Dolby Vision) and then the last line shows it opening stream 0. Regardless, the root issue here is no support for Dolby Vision. This is a known restriction; there is no open-source implementation for Dolby Vision. Kodi can play DV media on Android devices that have DV licensed support built-in to their software, and on a small number of Linux devices that use (Android oriented) ARM vendor kernel/ffmpeg sources have have DV support. Nothing exists for Intel so there is no playable video stream; hence what you see.