Hacker News new | ask | show | jobs
by j1elo 55 days ago
What is the performance difference between native FFmpeg and WebAssembly-translated FFmpeg running in a web browser?
1 comments

Wasm ffmpeg is much slower for sure and multithreading for wasm ffmpeg is buggy you need to control threads per pipeline step to get it working.