Hey friends,
I'm trying to record my desktop screen and export this to an mp4 or a webm. I have found a couple modules for this in npm but none of them have worked for me or had good documentation. I would ideally like to know how this works without using a module (for learning purposes) so if anyone can point me in the right direction that would be great. Alternatively, if someone could point me to how I can interface with an already created screen recording software like quicktime player for mac os (using Node.js in my application) that would be sufficient as well.
Thank you.
Nurudeen Saka
You can use screen-record a npm module.check this link npmjs.com/package/screen-record for more details