WebM decoder in Flash, yes someone was bold enough to try it

http://www.bluishcoder.co.nz/2011/01/15/webm-decoder-in-flash-using-alchemy.html
http://twitter.com/UnitZeroOne
http://www.webmproject.org/code/

Congrats for trying it out in ActionScript, not many want to try porting WebM video decoder to an another language.

Googling Java+WebM around gives WebM Image decoder, but not video decoders. I guess its something no real reason to do it, much much easier to plug into ffmpeg/mencoder/vlc/gstreamer binary libraries.

Complex codecs like VP8 or H264 probably won’t run in Java (or ActionScript) very well, since optimizations like SSE cannot be used.
Still less complex codecs like Theora or MPEG4, if done correctly and multithreaded, can be decoded in Java in half-HD resolution :slight_smile: