From 77a11fdc9c29b3c96969d9660c1f8181822b279d Mon Sep 17 00:00:00 2001 From: vkzrx <118700396+vkzrx@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:17:54 +0200 Subject: [PATCH] Fix typo (#606) --- apps/website/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/docs/faq.md b/apps/website/docs/faq.md index ecf4805..446e117 100644 --- a/apps/website/docs/faq.md +++ b/apps/website/docs/faq.md @@ -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? 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. If you are OK with more unstable version of ffmpeg.wasm, using ffmpeg.wasm multithread (mt) version