We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1939c commit 77a11fdCopy full SHA for 77a11fd
apps/website/docs/faq.md
@@ -14,7 +14,7 @@ Of course, it is still highly welcome to contribute a nodejs version of ffmpeg.w
14
### Why ffmpeg.wasm is so slow comparing to ffmpeg?
15
16
As of now, WebAssembly is still a lot slower than native, it is possible to further speed up using
17
-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
18
and hope to introduce in the future.
19
20
If you are OK with more unstable version of ffmpeg.wasm, using ffmpeg.wasm multithread (mt) version
0 commit comments