ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Limiting threads count
Open
- Dominant language
- C
- Stars
- 17.8k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Limiting the number of threads that ffmpeg.wasm creates.
**Describe the solution you'd like**
Add ``threads`` option when you call ``createFFmpeg()``. For example:
```js
let ffmpeg = FFmpeg.createFFmpeg({threads: 4});
```
Contributor guide
Assessment
This issue has not been assessed yet.