Hi,
I've noticed this too. Playback of a sample 3D iso does not work (means, playback is 2D) with 8.2.0.1.
The debug log brings up a line "Codec 0x8016 is not in the full list" and later, "unknown codec" where it should come up with "h264_mvc":
Code
19:39:02.204 T:1558180768 DEBUG: CDVDInputStreamBluray::OpenMVCDemuxer(): Opening MVC extension stream at udf://%2fstorage%2fvideos%2f3D-
full-sample.iso/BDMV/STREAM/00001.m2ts
19:39:02.207 T:1558180768 DEBUG: ffmpeg[5CDFF3A0]: Codec 0x8016 is not in the full list.
19:39:02.242 T:1558180768 DEBUG: Previous line repeats 2 times.
19:39:02.242 T:1558180768 DEBUG: ffmpeg[5CDFF3A0]: [mpegts] Could not find codec parameters for stream 0 (Video: unknown_codec (HDMV / 0x
564D4448), none): unspecified size
19:39:02.242 T:1558180768 DEBUG: ffmpeg[5CDFF3A0]: [mpegts] Consider increasing the value for the 'analyzeduration' and 'probesize' optio
ns
19:39:02.242 T:1558180768 INFO: ffmpeg[5CDFF3A0]: Input #0, mpegts, udf://%2fstorage%2fvideos%2f3D-full-sample.iso/BDMV/STREAM/00001.m2t
':
19:39:02.242 T:1558180768 INFO: ffmpeg[5CDFF3A0]: Duration: 00:01:00.06, start: 4200.000000, bitrate: 13503 kb/s
19:39:02.242 T:1558180768 INFO: ffmpeg[5CDFF3A0]: Program 1
19:39:02.243 T:1558180768 DEBUG: ffmpeg[5CDFF3A0]: Codec 0x8016 is not in the full list.
19:39:02.243 T:1558180768 INFO: ffmpeg[5CDFF3A0]: Stream #0:0[0x1012]: Video: unknown_codec (HDMV / 0x564D4448), none, 23.98 fps, 23
.98 tbr, 90k tbn, 90k tbc
19:39:02.243 T:1558180768 DEBUG: Open: MVC m2ts has 1 streams
19:39:02.243 T:1558180768 DEBUG: Open: MVC Stream not found
Display More
Last line shows the early return from that part of code (DemuxMVC.cpp).
Regards
-DH-