h265player icon indicating copy to clipboard operation
h265player copied to clipboard

H265 hardware decode with C++ addon in Electron

Open YardWill opened this issue 4 years ago • 2 comments

Is there any quick way to support hardware decode? Just replace WASM with nodejs C++ addon.

YardWill avatar Aug 14 '20 10:08 YardWill

oh. good idea, it will be enhance performance. but I don't know what is the quick way. :(

jarry avatar Dec 09 '20 08:12 jarry

In decode module, maybe we can postMessage to node addon by IPC.

YardWill avatar Dec 22 '20 06:12 YardWill