JA EN

Compositing

The process of combining multiple image or video elements into a single final image, using layer blending, masking, and color correction to achieve a seamless result.

Compositing is the post-production process of integrating multiple visual elements into a unified final image. Live-action plates, CG renders, matte paintings, and effects layers are combined to appear as a single coherent scene.

The fundamental principle relies on alpha channel transparency. Porter-Duff operations define 12 operators (Over, Under, In, Out) specifying pixel interaction. The Over operation is C = Cf * αf + Cb * (1 - αf).

Feature film shots involve dozens to hundreds of layers. Real-time compositing has expanded into game engines and virtual production with LED volume stages, reducing traditional post-production needs.

Related Terms

Related Articles