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 101700f commit e78aa09Copy full SHA for e78aa09
README.md
@@ -107,6 +107,15 @@ const ffmpeg = createFFmpeg({
107
108
For the list available versions and their changelog, please check: https://github.com/ffmpegwasm/ffmpeg.wasm-core/releases
109
110
+### Use single thread version
111
+
112
+```javascript
113
+const ffmpeg = createFFmpeg({
114
+ mainName: 'main',
115
+ corePath: 'https://unpkg.com/@ffmpeg/core-st@0.11.1/dist/ffmpeg-core.js',
116
+});
117
+```
118
119
## Multi-threading
120
121
Multi-threading need to be configured per external libraries, only following libraries supports it now:
0 commit comments