You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With html2canvas and canvas captures, Cambiare should allow video exports directly (slower). Or just set the parameters accordingly, and directly use the screen recording APIs (faster).
Cambiare natively runs at a resolution of 1920px by 1080px at 50 FPS. The video exported should be exactly that as well.
Not trusting the performance of JavaScript APIs in general, the feature should allow customized CFR video exports. May still require the end user to accelerate or de-accelerate the video files due to Web platform restrictions.
With
html2canvas
and canvas captures, Cambiare should allow video exports directly (slower). Or just set the parameters accordingly, and directly use the screen recording APIs (faster).Cambiare natively runs at a resolution of 1920px by 1080px at 50 FPS. The video exported should be exactly that as well.
Not trusting the performance of JavaScript APIs in general, the feature should allow customized CFR video exports. May still require the end user to accelerate or de-accelerate the video files due to Web platform restrictions.
Libraries to look at:
canvas-capture
The text was updated successfully, but these errors were encountered: