3D Bluray
#3
(2015-05-08, 14:53)popcornmix Wrote: We need to decide whether to render the GUI as half-SBS, half-TAB, full-SBS or full-TAB.
full-SBS/full-TAB is pretty expensive (16M for the framebuffer, and on Pi it is triple buffered). It would also reduce the gui FPS in this mode, so currently we use "half" modes on Pi.
HTAB is probably the most compatible. Full requires frame packing if not mistaken, and TAB is better for passive 3D TV.

(2015-05-08, 14:53)popcornmix Wrote: It would be nice to detect 3D support (through ffmpeg) before playback starts, so matching filenames is not required and file is automatically identified.
Automatically detecting if file is left-right or right-left would be useful. It appears the MVC bitstream doesn't contain that information, but I suspect it is somewhere within ISO.
I've got an embryo of an ffmpeg patch with detects MVC based on the h264 NAL encountered (14, 15, 20 -> MVC).
I would somewhat assume that the eye order is always the same for BD3D, isn't it?

(2015-05-08, 14:53)popcornmix Wrote: E.g. ssif stream looks like:
[ R R R R R R R R ] [ L L L L L L L L ] [ R R R R R R R R ] [ L L L L L L L L ] [ R R R R R R R R ] [ L L L L L L L L ]
L : left eye + audio + subs
R: right eye

After reading:
[ R R R R R R R R ] [ L ]
You can produce [ LR ], and as each L picture is parsed you emit a new [ LR ]

We believe this new [ LR LR LR LR LR LR LR LR ] stream will be handled by ffmpeg's mt2s parser.

Do you mean the sequence (I assume those are packets) is
[ R1 R2 R3 R4 R5 R6 R7 R8 ] [ L1 L2 L3 L4 L5 L6 L7 L8 ]
and that
[L1 R1] [L2 R2] ... has to go out of the demuxer?
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