screen-recorder
screen-recorder copied to clipboard
Desktop video screen capture
Can you add output path in constructor rather than auto generated path. ` constructor(rect, transcodeOpt, outputPath) {` `super();` `this._duration = 180;` ` this._grabFps = 20;` ` this._recordingRect = rect; //{x,y,w,h}`...
Any chances for making it possible for the script to also capture system audio?
C:\Users\user\Desktop\libray\screen-recorder-master\test>node index.js C:\Users\user\Desktop\libray\screen-recorder-master\test\index.js:12 describe("Initial test suite", function(){ ^ TypeError: describe is not a function at Object. (C:\Users\user\Desktop\libray\screen-recorder-master\t est\index.js:12:1) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12)...
hi i just try use the example that ``` var recorder = require('screen-capture-recorder'); var scene = new recorder({ x:0, y:0, w:640, h:480 }); scene.warmup(function(err){ //recorder is ready, now start capture...