mbebenita / Broadway

A JavaScript H.264 decoder.
Other
2.73k stars 424 forks source link

Version with openH264 #33

Open X-Ryl669 opened 10 years ago

X-Ryl669 commented 10 years ago

It would be super cool if we could use openH264 for decoding, since it supports a lot more feature than Android's limited software decoder.

mbebenita commented 10 years ago

It would indeed. Of course we would still need to use software decoding, at least until we get some SIMD support in JS.

X-Ryl669 commented 10 years ago

OpenH264 does software decoding (in addition to SIMD, but for now the former is better).

saste commented 9 years ago

This project: https://github.com/kazuki/video-codec.js

uses emscripten to provide a JavaScript decoder and encoder based on OpenH264 and libx264.

soliton4 commented 9 years ago

its a pitty thou the documentation is in klingon ;(

soliton4 commented 9 years ago

@binarykitchen this could actually interest you any chance you can read the documentation on this?

binarykitchen commented 9 years ago

@soliton4 yes, i've studied it but i need an encoder, not a decoder ...

soliton4 commented 9 years ago

any chance someone is willing to implement this?

bvibber commented 9 years ago

I'm interested in this; may give it a whirl (or implement a MP4 backend fort ogv.js player which I have just added WebM to.)

soliton4 commented 8 years ago

its relatively easy to compile openh264 to emscripten. however my first tests show that openh264 performs not as good only difference is that main profile is available to