Hacker News new | ask | show | jobs
by w10-1 805 days ago
Since ffmpeg has a wasm build, couldn't this be done client side?
1 comments

Wasm is rarely a solution and still has yet to be of much use. FFmpegs codecs are mostly hand written optimized assembly using advanced instruction sets not known to wasm. I crafted my own years ago but you're fighting a runtime that can never specifically leverage critical things like CPU cache.