3D Bluray
#1
So, now that MVC decoding support is popping up, it's actually worth at looking at supporting 3D BD. Let's gather information here.

3D BD support is 3-tiered:

1) We need an MVC decoder
- RPI2 now has it, if I read correctly
- I received an (alpha/beta?) firmware from Minix for amlogic S812 where it's working too, for an MVC stream inside MKV (mk3d?)
- Software-wise, there is nothing in ffmpeg, but there is an h264 reference implementation that supports it: ldecod (http://iphome.hhi.de/suehring/tml/)

2) We need .ssif demuxing support:
.ssif's are the 3D BD files containing 2 multiplexed m2ts streams; 1 for the "normal" h264, left-eye stream, 1 for the MVC part.
The only interesting info I could find is the actual 3D BD patent Wink : http://www.google.com/patents/EP2395770A2
As far as I understand it so far, we probably just have to merge the 2 streams to produce an MVC stream. I'm working on that part, now.

3) We need access to the .ssif files thru libbluray
I haven't had a look, yet, but I assume that shouldn't be a problem.

More info you might have welcome Wink

[EDIT] User @Vanek pointed me to an attempt at a MVC s/w decoder in ffmpeg: https://github.com/Britz/FFmpeg/commits/...264Context
Reply


Messages In This Thread
3D Bluray - by Koying - 2015-05-08, 10:14
RE: 3D Bluray - by popcornmix - 2015-05-08, 14:53
RE: 3D Bluray - by Koying - 2015-05-08, 15:11
RE: 3D Bluray - by popcornmix - 2015-05-08, 15:26
RE: 3D Bluray - by Koying - 2015-05-10, 17:01
RE: 3D Bluray - by popcornmix - 2015-05-10, 17:06
RE: 3D Bluray - by Koying - 2015-05-14, 21:26
RE: 3D Bluray - by h.udo - 2015-05-15, 23:33
RE: 3D Bluray - by Koying - 2015-05-16, 10:39
RE: 3D Bluray - by popcornmix - 2015-05-16, 20:10
RE: 3D Bluray - by Koying - 2015-05-17, 09:52
RE: 3D Bluray - by popcornmix - 2015-05-17, 14:41
RE: 3D Bluray - by Koying - 2015-05-17, 15:11
RE: 3D Bluray - by popcornmix - 2015-05-17, 15:32
RE: 3D Bluray - by Koying - 2015-05-17, 16:19
RE: 3D Bluray - by da-anda - 2015-05-20, 15:17
RE: 3D Bluray - by popcornmix - 2015-05-20, 15:20
RE: 3D Bluray - by da-anda - 2015-05-20, 15:31
RE: 3D Bluray - by Koying - 2015-05-20, 16:38
RE: 3D Bluray - by natethomas - 2015-07-03, 21:12
RE: 3D Bluray - by da-anda - 2015-09-15, 17:57
RE: 3D Bluray - by afedchin - 2016-01-20, 21:02
RE: 3D Bluray - by Koying - 2016-01-20, 21:35
3D Bluray - by Memphiz - 2016-01-25, 08:07
Logout Mark Read Team Forum Stats Members Help
3D Bluray0