remotion-dev / remotion

🎥 Make videos programmatically with React
https://remotion.dev
Other
20.96k stars 1.06k forks source link

Are there any plans to locally render the video in the browser #1607

Closed reactone closed 1 year ago

reactone commented 1 year ago

Are there any plans to implement local rendering in the browser? In the ideal scenario rather than using lambda for rendering (which means costs, limitations, queues, etc) it could be rendered in the browser. It's definitely possible because they are doing just that - https://img.ly/video-sdk @JonnyBurger

JonnyBurger commented 1 year ago

Hi @reactone! I have written about it in more detail here: https://remotion.dev/docs/miscellaneous/render-in-browser

I suppose img.ly is using a canvas-based renderer.