|
|
|
|
|
by dpe82
567 days ago
|
|
My previous startup Vidmaker created a browser-based collaborative video editor (think Google Docs for iMovie) in 2014 which did live preview in the browser and final render server-side. To use the same typescript-based "engine" for both we re-implemented most of the media browser APIs in NodeJS: 2d and 3d canvas, WebAudio, image APIs, something akin to HTML Video, etc. It worked amazingly well. We got acqui-hired in 2015 and the product was shut down, but in hindsight I wish we'd open sourced at least those libraries. |
|