ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Limiting threads count
Aperta
- Lingua principale
- C
- Stelle
- 17.8k
- Fork
- 1.1k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**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});
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.