1.0.5 • Published 2 years ago

paicord v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago