h265player
h265player copied to clipboard
H265 hardware decode with C++ addon in Electron
Is there any quick way to support hardware decode? Just replace WASM with nodejs C++ addon.
oh. good idea, it will be enhance performance. but I don't know what is the quick way. :(
In decode module, maybe we can postMessage to node addon by IPC.