Interframe encoding - motion compensation
- Motion compensation only uses the luminance component. Assumed that chrominance component will move with the luminance.
- Assume we have 2 frames and we want to create an I frame and a P frame
- Each frame divided into blocks
- Each block in the second frame is compared against the first frame
- If a matching block is found that block is noted as having moved or having stayed in the same place
[Next] [Contents]