5/7: Web Canvas Processing
Placing the video you made on your page is just like all other HTML5 video code, with one exception. The display is none. A canvas element in your web document will take this video information, and process the alpha channel bottom segment as information to show which pixels in the RGB section. Canvas processing can be achieved using Javascript. The goal in processing is an iteration loop that analyzes the pixels values and creates an output based on these readings. Remember, the final animation you see is not your video, it is a canvas element that has processed your video data.