Bat Posted September 13, 2013 Share Posted September 13, 2013 Hi! I was just wondering whether or not it would be possible for Pixi.js to play HD movie in one of the popular formats, like webm, mpeg, mp4? Quote Link to comment Share on other sites More sharing options...
xerver Posted September 13, 2013 Share Posted September 13, 2013 You mean instead of HTML5 video, or using HTML5 video? Quote Link to comment Share on other sites More sharing options...
IvanK Posted October 3, 2013 Share Posted October 3, 2013 I have done it as demonstration of Floyd-Steinberg dithering - http://www.ivank.net/blogspot/dithering/dithering.html ( note, that the video is displayed on Canvas element ). I was playing video in HTML5 video object, then I created an empty canvas, draw the video element into that canvas, get pixel data from canvas and send them to the WebGL texture (over BitmapData in IvanK lib). Seems fast and smooth. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.