[XviD-devel] stereo video streams

Jan Lucas jan at lucas-berlin.de
Wed Mar 23 12:16:30 CET 2005


Luca Piccarreta schrieb:
> For sure safer but not much more efficient than coding
> sequences separately :)

1) Rectify the images
2) Code the left image into one stream
3) Search for block translation due to disparity (like a motion search, 
limited to x-motion)
4) Predict the right image using your left image and subtract from the 
right image
5) Code the residue in another stream

Sure, it is more work than a simple interleaving scheme, but should also 
be pretty effective.

Jan


More information about the XviD-devel mailing list