This commit is contained in:
vkzrx 2023-10-18 16:17:54 +02:00 committed by GitHub
parent 2a1939c7ac
commit 77a11fdc9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Of course, it is still highly welcome to contribute a nodejs version of ffmpeg.w
### Why ffmpeg.wasm is so slow comparing to ffmpeg? ### Why ffmpeg.wasm is so slow comparing to ffmpeg?
As of now, WebAssembly is still a lot slower than native, it is possible to further speed up using As of now, WebAssembly is still a lot slower than native, it is possible to further speed up using
WebAssembly intrinsic, which basically wrting assembly code. It is something we are investigating WebAssembly intrinsic, which is basically writing assembly code. It is something we are investigating
and hope to introduce in the future. and hope to introduce in the future.
If you are OK with more unstable version of ffmpeg.wasm, using ffmpeg.wasm multithread (mt) version If you are OK with more unstable version of ffmpeg.wasm, using ffmpeg.wasm multithread (mt) version