ffmpegwasm / ffmpegwasm/ffmpeg.wasm
Limiting threads count
Abierto
- Lenguaje dominante
- C
- Estrellas
- 17.8k
- Forks
- 1.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**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});
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.