Manipulating video using canvas – MDC


Manipulating video using canvas – MDC

By combining the capabilities of the video element introduced in Firefox 3.1 with a canvas, you can manipulate video data in real time to incorporate a variety of visual effects to the video being displayed. This article demonstrates how to perform chroma-keying (also known as the “green screen effect”) using JavaScript code.

Related Posts