impress / impress.js

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com.
http://impress.js.org
MIT License
37.62k stars 6.67k forks source link

Export impress.js presentation as a Video using ccapture.js #864

Open Kuhlig opened 10 months ago

Kuhlig commented 10 months ago

I would like to export a impress.js presentation as a Video (mp4/webm/..). Is this possible? Can I use something like https://github.com/spite/ccapture.js/ to achieve this?

janishutz commented 10 months ago

Hello!

I am not entirely sure if that would work, but you can try. The easiest thing though would be to record it using normal screen recording software like OBS.

Kuhlig commented 10 months ago

The easiest thing though would be to record it using normal screen recording software like OBS. joop that is how i do it know - but it is manula and i like to cretae the videos by CLI batch if possible I am not entirely sure if that would work, but you can try. I'm not an JS expert . I tought maybe someone can precheck if there is a chance to make it

janishutz commented 10 months ago

I will have a look if I can get it to work at some point when I find the time to.