Skip to content

Commit e78aa09

Browse files
committed
Update README.md
1 parent 101700f commit e78aa09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ const ffmpeg = createFFmpeg({
107107

108108
For the list available versions and their changelog, please check: https://github.com/ffmpegwasm/ffmpeg.wasm-core/releases
109109

110+
### Use single thread version
111+
112+
```javascript
113+
const ffmpeg = createFFmpeg({
114+
mainName: 'main',
115+
corePath: 'https://unpkg.com/@ffmpeg/[email protected]/dist/ffmpeg-core.js',
116+
});
117+
```
118+
110119
## Multi-threading
111120

112121
Multi-threading need to be configured per external libraries, only following libraries supports it now:

0 commit comments

Comments
 (0)