paicord
v1.0.5
Published
Node.js screen recording function using ffmpeg.
Downloads
4
Readme
paicord
Node.js screen recording function using ffmpeg.
install paicord with npm i paicord
You need to have installed ffmpeg in your system
example
const paicord = require("paicord");
// resolution | fps | video time | file name
paicord.screenRecord("1366x768", "30", "10", "paicord" + Date.now() + ".mp4");