5 ms·
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/reco
by gnarbarian 6mo 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/ https://ubernaut.github.io/recordMyScreen/
which uses a the wasm build of ffmpeg.
- rikroots 6mo agoMy 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/ https://kaliedarik.github.io/sc-screen-recorder/