Skip to content

arkgast/gif-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Gif maker

Simple tool to make a gif from a selected area

Requirements

Run this commands with root permissions

  • byzanz is a simple tool to record a running X desktop.

    $ apt install byzanz
    
  • xrectsel is a small program that tells you the geometry of a rectangular screen region which you have selected by dragging the mouse / pointer.

    $ wget -c https://github.com/lolilolicon/xrectsel/archive/master.zip -O /opt/xrectsel-master.zip
    $ mv xrectsel-master /opt/xrectsel
    $ cd /opt/xrectsel
    $ ./bootstrap
    $ ./configure
    $ make
    $ make DESTDIR="$directory" install
    

Usage

$ clone https://github.com/arkgast/gif-maker && gif-maker
$ chmod +x gifmk.bash
$ ./gifmk -f ~/my-awesome.gif -d 10 -e 5

Inspired on this blog.

About

script to make a gif from your screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages