xrec

1.1.3 • Public • Published

XREC - Desktop recorder for x11 (xorg).

npm version bsd

xrec helps you capture any area of your screen either as a screenshot or record a gif file.

CURRENTLY RECORDING

Would you like record something like this ? xrec is exactly for it !

Why ?

  1. Proof of concept :P
  2. Playing with something new
  3. This tool just made by me for me
  4. If you find it useful - it's great !

Features

  • Measure region of the screen
  • Take .png screenshot
  • Record .gif
  • Almost no dependencies

How to

How to install ?

  npm install -g xrec

How to run it ?

  xrec

Its --help output:

  Usage: xrec [options] <file ...>
 
  Options:
 
    -h, --help                 output usage information
    -V, --version              output the version number
    -d, --delay [seconds]      delay before start recording (seconds)
    -r, --rate [milliseconds]  capture frames rate (default: 700)
    -c, --count [number]       total frames to capture (default : 15)
    -q, --quality [number]     compression level for gif (default : 10)
    -m, --measure              measure region and exit
    -o, --output [directory]   current directory by default
    -p, --pointer              Capture mouse cursor (default: no)
    -f, --fullscreen
    -s, --screenshot

ChangeLog

1.1.2

  • Dependencies update

1.1.1

  • Fix relative paths

1.1.0

  • Cursor capture support

1.0.0

  • Less numbers for default gif recording settings to make it slightly better
  • -q Option helps change .gif compression quality
  • screenshot.gif remade with new default settings

License

BSD (c) Svetlana Linuxenko

Package Sidebar

Install

npm i xrec

Weekly Downloads

0

Version

1.1.3

License

BSD-2-Clause

Unpacked Size

21.8 kB

Total Files

12

Last publish

Collaborators

  • linuxenko