screen-graber

1.0.0 • Public • Published

screen-graber

Command line tool to create screen grabs from videos.

Installation

npm install -g screen-graber

Options

-h, --help                 Output usage information
-V, --version              Output the version number
-s, --source [value]       Set source video path. (required)
-d, --destination [value]  Set screen grabs destination path. (required)
-q, --quantity <n>         Set the desired screen grabs quantity. (default is 10)

Usage

Default usage: -s and -d parametter are required.

screen-graber -s "my/video/path" -d "my/screen/grabs/path"

Setting the screen grabs quantity -q, the default value is 10.

screen-graber -s "my/video/path" -d "my/screen/grabs/path" -q 17

TODO

By the moment you can not choose the frame or time of the desired screen grab.

The tool chooses take the screen grabs, dividing the video duration time by the quantity parameter.

I will add in the next version, the capability of set the desired frame rate or time

Package Sidebar

Install

npm i screen-graber

Weekly Downloads

0

Version

1.0.0

License

none

Last publish

Collaborators

  • ianaya89