How to write Javascript function to obtain bitmap data from Html 5 Video player?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-15T06:32:03Z Indexed on 2010/04/15 6:33 UTC
Read the original article Hit count: 165

Filed under:
|
|
|
|

So I have simple video tag on HTML 5 page playing OGG video. I want to take Its RGB colors in format of array (assuming we know width and height) conteining colors for each pixel (from pixel 1,1 to maxWidth,maxHeight) like { {R:Color, G:Color, B:Color}, {R:Color, G:Color, B:Color} ,... }

© Stack Overflow or respective owner

Related posts about video

Related posts about html