xrec

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

Usage no npm install needed!

<script type="module">
  import xrec from 'https://cdn.skypack.dev/xrec';
</script>

README

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