ffmpegwasm / ffmpegwasm/ffmpeg.wasm
ffmpeg.run() signature error
Abierto
- Lenguaje dominante
- C
- Estrellas
- 17.8k
- Forks
- 1.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
When I use ffmpeg.run('-i', name,'output.mp4'); everything is OK. Transcode is successful.
When I add arguments to the function such as ffmpeg.run('-i', name,'c:v','libx265','output.mp4'); I get a "function signature error".
I believe I am using the right syntax according to your documentation. The version I run is 0.10.0.
Can you please tell me what I am doing wrong?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.