From 734ff4fe58700c6950f8d491e6a50e76dba1fccf Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Sun, 14 Aug 2022 23:41:11 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f9844c4..bb6d76a 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,15 @@ const ffmpeg = createFFmpeg({ For the list available versions and their changelog, please check: https://github.com/ffmpegwasm/ffmpeg.wasm-core/releases +### Use single thread version + +```javascript +const ffmpeg = createFFmpeg({ + mainName: 'main', + corePath: 'https://unpkg.com/@ffmpeg/core-st@0.11.1/dist/ffmpeg-core.js', +}); +``` + ## Multi-threading Multi-threading need to be configured per external libraries, only following libraries supports it now: