Hacker News new | ask | show | jobs
by gnarbarian 82 days ago
very cool. I was trying to implement a MP4 encoder in webGPU recently by porting sections of ffmpeg (NOT EASY).

it's for this:

https://ubernaut.github.io/recordMyScreen/

which uses a the wasm build of ffmpeg.

1 comments

My tool uses the browser's built in encoders (which vary by browser, but whatever). I did use wasm though, for the MediaPipe background removal stuff.

https://kaliedarik.github.io/sc-screen-recorder/