All Projects → linuxenko → X11 Recorder

linuxenko / X11 Recorder

Licence: bsd-2-clause
xrec helps you capture any area of your screen either as a screenshot or record a gif file.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to X11 Recorder

Imgursniper
📷 A quick and easy Image, Screenshot and Screen recording sharing tool
Stars: ✭ 69 (+305.88%)
Mutual labels:  screenshot, gif, capture
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+106623.53%)
Mutual labels:  screenshot, gif, capture
AnyImageKit
A toolbox for pick/edit/capture photo or video. Written in Swift.
Stars: ✭ 580 (+3311.76%)
Mutual labels:  gif, capture
video-snapshot
Get snapshots from a video file in the browser 🎥 🌅
Stars: ✭ 63 (+270.59%)
Mutual labels:  screenshot, capture
Gifcapture
🏇 Gif capture app for macOS
Stars: ✭ 754 (+4335.29%)
Mutual labels:  gif, capture
HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (+217.65%)
Mutual labels:  screenshot, capture
slip
Select and upload screenshots, gifs, and screencasts to imgur and gfycat with help of slop.
Stars: ✭ 25 (+47.06%)
Mutual labels:  screenshot, gif
1click-webpage-screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 432 (+2441.18%)
Mutual labels:  screenshot, capture
Ffmpegandroid
android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示
Stars: ✭ 2,858 (+16711.76%)
Mutual labels:  screenshot, gif
KeyPlexer
Capstone: Keylogger Trojan
Stars: ✭ 32 (+88.24%)
Mutual labels:  screenshot, capture
Sengiri
Sengiri is the screen recording utility. It can easily create GIF movie.
Stars: ✭ 23 (+35.29%)
Mutual labels:  gif, capture
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (+1400%)
Mutual labels:  screenshot, capture
VideoScreenRecorder
Record video of your screen and save the file locally 🎥
Stars: ✭ 36 (+111.76%)
Mutual labels:  screenshot, capture
record-desktop
🎥 Effortless GIFs and screenshots on Linux, built with Electron.
Stars: ✭ 65 (+282.35%)
Mutual labels:  screenshot, gif
Screenshot Stream
Capture screenshot of a website and return it as a stream
Stars: ✭ 228 (+1241.18%)
Mutual labels:  screenshot, capture
dot-screencap
A screencapturing library
Stars: ✭ 31 (+82.35%)
Mutual labels:  screenshot, gif
1click Webpage Screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 406 (+2288.24%)
Mutual labels:  screenshot, capture
Screenshots
A screenshot plugin for electron
Stars: ✭ 130 (+664.71%)
Mutual labels:  screenshot, capture
Flameshot
Powerful yet simple to use screenshot software 🖥️ 📸
Stars: ✭ 15,429 (+90658.82%)
Mutual labels:  screenshot, capture
snapcrawl
Crawl a website and take screenshots
Stars: ✭ 37 (+117.65%)
Mutual labels:  screenshot, capture

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].