paicord

1.0.5 • Public • Published

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");

Readme

Keywords

Package Sidebar

Install

npm i paicord

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

2.2 kB

Total Files

3

Last publish

Collaborators

  • paij0se