ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
13.47k stars 776 forks source link

Problem with multi-threaded version #692

Closed hsxyhao closed 4 months ago

hsxyhao commented 4 months ago

Describe the bug When using the multi-threaded version of ffmpeg, I found that the following operations would cause problems. The version tested was the version from the ffmpeg wasm official website:

  1. ffmpeg.exec(["-i","cut.mp4","-vf","fps=1","out%4d.png"]);
  2. ffmpeg.exec(["-i","cut.mp4","cut.avi"]); These commands can all be run in the single-threaded version,So is the multi-threaded version unstable?

Desktop (please complete the following information):