Comment on Show HN: VidStudio, a browser based video editor that doesn't upload your filesComments−j1elo4moWhat is the performance difference between native FFmpeg and WebAssembly-translated FFmpeg running in a web browser?−kolxOP4moWasm 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.
Comments
What is the performance difference between native FFmpeg and WebAssembly-translated FFmpeg running in a web browser?
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.