Skip to content

This isn't standalone program, this is solution for record selected region with gif output

License

Notifications You must be signed in to change notification settings

devlifeX/record-screen-gif

Repository files navigation

Record screen gif

This isn't standalone program, this is solution for record selected region with gif output

alt tag

You need record screen with gif output also need optimize gif file?

Do the following steps

Dependencies

Run following command to ensure dependencies are ok. notice: if you are on debian base like(Ubuntu, Mint etc) run below command

sudo apt-get install byzanz dh-autoreconf

Install xrectsel

cd /tmp
git clone https://github.com/lolilolicon/xrectsel.git
cd xrectsel
chmod 777 bootstrap
./bootstrap
./configure --prefix /usr
make
sudo make install

Install giflossy

cd /tmp
git clone https://github.com/pornel/giflossy.git
cd giflossy
chmod 777 bootstrap.sh
./bootstrap.sh
./configure --prefix /usr
make
sudo make install

Go to record-screen-gif directory and run

./installer_screen_record.sh

You can use

screen_record

for recording

About

This isn't standalone program, this is solution for record selected region with gif output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages