Log in

View Full Version : Latest AVC spec with MVC


Guest
22nd May 2010, 01:50
I have updated my library to point to the latest AVC spec. This will be of interest to anyone involved in MVC.

http://neuron2.net/library/avc/ITU-T_Rec.H.264_version03-2010.pdf

Blue_MiSfit
22nd May 2010, 04:25
Thanks neuron2! The big push of 3d content coming will be benefited by any MVC info availablie :)

Gser
22nd May 2010, 14:39
Interesting. Must read,

Episodio1
22nd May 2010, 22:26
I've checked a 3D broadcasting channel and it shows a split-screen: left image and right image.

If 3D TV mixes both to show proper 3D effect... would it be possible to encode that split-screen as a whole frame in a single video stream ??

Dark Shikari
22nd May 2010, 22:30
I've checked a 3D broadcasting channel and it shows a split-screen: left image and right image.

If 3D TV mixes both to show proper 3D effect... would it be possible to encode that split-screen as a whole frame in a single video stream ??There are many ways to do multi-view. Here's a few:

1. Bitstream-level signaling, H.264/AVC style: one field is one view, the other field is another view. Uses interlaced to code progressive content.

2. Container-level signaling: one side of the image is left view, one side is right.

3. Actual H.264/MVC.