Pure JavaScript HEVC/H.265 video decoding library using libde265.
Compiled from libde265 using Emscripten. Should run in all current browsers like Google Chrome 33+, Firefox 28+, IE 11+, Opera 20+ and Safari 7+ on OSX Mavericks. Older versions might work, but this is mostly untested.
NOTE: This is a very early preview which needs more testing and lots of optimizations!
(currently only tested on Linux)
PATH
build.sh
, this will download and compile libde265 using
Emscripten and will generate the libde265.js
file.llvm-3.2
(or newer) and set the environment
variable LLVM_ADD_VERSION
to 3.2
(or whatever you installed).A small example can be found in the demo
folder and on
https://strukturag.github.io/libde265.js/.
Copyright (c) 2014 struktur AG