A JavaScript H.264 decoder
github.com
A JavaScript H.264 decoder
1–10 of 43 posts
Re: A JavaScript H.264 decoder
#21.7 fps
It's cool, but I don't see any real world applications. Anyone got any ideas?
Re: A JavaScript H.264 decoder
#3Running on a macbook pro with i5 dual core 2.4 ghz, it uses 1 core at 100% in firefox and manages: 1.7 fps It's cool, but I don't see any real world applications. Anyone got any ideas?
Re: A JavaScript H.264 decoder
#4Running on a macbook pro with i5 dual core 2.4 ghz, it uses 1 core at 100% in firefox and manages: 1.7 fps It's cool, but I don't see any real world applications. Anyone got any ideas?
I think it's more of an (impressive) mental exercise - if the code can be made straightforward enough to run on javascript, the future applications can only grow from there.
Re: A JavaScript H.264 decoder
#5Running on a macbook pro with i5 dual core 2.4 ghz, it uses 1 core at 100% in firefox and manages: 1.7 fps It's cool, but I don't see any real world applications. Anyone got any ideas?
Re: A JavaScript H.264 decoder
#6Running on a macbook pro with i5 dual core 2.4 ghz, it uses 1 core at 100% in firefox and manages: 1.7 fps It's cool, but I don't see any real world applications. Anyone got any ideas?
Strange.. It was running at 4 fps on my Pentium 4 lol
What browser, OS and what Pentium 4 processor? And for how long did you run the video?
Mine drops to 1.7 after a few seconds, the first few frames are dark so in the beginning I get 6 fps.
Re: A JavaScript H.264 decoder
#7Still not sure how this is meant to actually be useful though. The problem with H.264 isn't availability of implementations, it's being non-free and heavily patented.
I can kind of see a use for this if you are a big content provider with a bunch of cash and want to distribute video to Firefox users without transcoding but it still seems pretty derpy.
Re: A JavaScript H.264 decoder
#8Earlier quoted context omitted.
Strange.. It was running at 4 fps on my Pentium 4 lol
hmmm.... What browser, OS and what Pentium 4 processor? And for how long did you run the video? Mine drops to 1.7 after a few seconds, the first few frames are dark so in the beginning I get 6 fps.
Re: A JavaScript H.264 decoder
#9Re: A JavaScript H.264 decoder
#10Running on a macbook pro with i5 dual core 2.4 ghz, it uses 1 core at 100% in firefox and manages: 1.7 fps It's cool, but I don't see any real world applications. Anyone got any ideas?
As far as applications, it will let content providers who want to ship H.264 and pay the license fees do so without requiring all browser developers to pay such fees. (For Firefox it would be a meaningful portion of Mozilla's engineering budget.)
And it's a pretty compelling demo, IMO, of the fact that we're not done with JS performance yet, and that people don't need to be running to Dart or NaCl or other rip-and-replace technologies in order to get great perf. There's a lot of opportunity for even better performance on the engine side as well as the library side: they started a week ago with emscripten, Closure and the libstagefright C sources...