Comments on: Whammy: A Real Time Javascript WebM Encoder http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/ this title probably isn't very original Fri, 30 May 2014 19:32:06 +0000 hourly 1 http://wordpress.org/?v=3.9.1 By: Mohsin http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-312992 Tue, 13 May 2014 06:21:44 +0000 http://antimatter15.com/wp/?p=2569#comment-312992 convert array of images to WebM format video example pls….

]]>
By: Devendra http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-105159 Tue, 23 Apr 2013 05:29:17 +0000 http://antimatter15.com/wp/?p=2569#comment-105159 I am using whammy and it give me few errors only in FIREFOX browser like

“TypeError: riff.RIFF is undefined
http://localhost/../../js/whammy.js
Line 353″
(stangely chrome doesnt throw this undefined error)
and

“InvalidCharacterError: String contains an invalid character
http://localhost/../../js/whammy.js
Line 462″
Can any one tell me whats the problem here ?

]]>
By: van signwriting http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-102448 Tue, 09 Apr 2013 18:59:20 +0000 http://antimatter15.com/wp/?p=2569#comment-102448 Nice blog here! Additionally your website quite a bit
up fast! What web host are you using? Can I am getting your associate hyperlink on your host?
I want my site loaded up as fast as yours lol

]]>
By: Daniel http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-101832 Sat, 06 Apr 2013 21:17:12 +0000 http://antimatter15.com/wp/?p=2569#comment-101832 Hi there everybody, here every person is sharing such knowledge, so it’s nice to read this website, and I used to go to see this weblog every day.

]]>
By: Ardis http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-101497 Fri, 05 Apr 2013 06:12:52 +0000 http://antimatter15.com/wp/?p=2569#comment-101497 Thank you, I’ve just been searching for information approximately this subject for a while and yours is the best I have came upon so far. But, what concerning the conclusion? Are you sure concerning the source?

]]>
By: Retours sur ParisJS n°25 | Blog Xebia France http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-92674 Thu, 14 Feb 2013 13:53:38 +0000 http://antimatter15.com/wp/?p=2569#comment-92674 [...] nous avons découvert notamment qu’une librairie peut s’avérer bien pratique: whammy.js, qui permet d’encoder à la volée une vidéo au format webM (la [...]

]]>
By: Jaume Sanchez http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-58415 Mon, 03 Sep 2012 20:08:38 +0000 http://antimatter15.com/wp/?p=2569#comment-58415 Thank you! This is exactly what I needed to finish a library I’ve wanted to do for a while: ccapture.js (https://github.com/spite/ccapture.js), to make videos out of any canvas-based animation, at a fixed framerate.

]]>
By: Forrest O. http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-57138 Fri, 24 Aug 2012 13:36:01 +0000 http://antimatter15.com/wp/?p=2569#comment-57138 Awesome work. Here is a barebones demo with getUserMedia webcam: http://meemoo.org/iframework/#gist/3450413 (connect image->image to start recording, disconnect to stop, then press encode).

]]>
By: Whammy: A Real Time Javascript WebM Encoder – Blog « Sutoprise Avenue, A SutoCom Source http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-56615 Mon, 20 Aug 2012 12:02:24 +0000 http://antimatter15.com/wp/?p=2569#comment-56615 [...] A Real Time Javascript WebM Encoder – Blog Posted: August 20, 2012 in Web & Cloud 0 Whammy: A Real Time Javascript WebM Encoder – Blog. Share this:LinkedInTwitterDiggBloggerLike this:LikeBe the first to like [...]

]]>
By: Gordon Williams http://localhost/wp/2012/08/whammy-a-real-time-javascript-webm-encoder/comment-page-1/#comment-56605 Mon, 20 Aug 2012 10:54:02 +0000 http://antimatter15.com/wp/?p=2569#comment-56605 This is a great idea!

I have a website (morphyre.com) where users can design 3D graphics using WebGL, and can then render and download a video file… This is all done server-side right now, but with something like this, the rendering could all be done on the client!

I guess there is currently a limit on the video size (because you don’t want a Blob that is too big, or to store too many frames at once), but it looks like it would be relatively easy to use the FileWriter API and supply frames one at a time…

]]>