ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Limiting threads count

Open
#142 0 comments 3 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.