Peek – To create animated GIF Recorder in Linux

Peek is free and open source tool that create/record a selection of your screen to an animated GIF image on Unix like operating system. It uses ffmpeg and imagemagick to creates animated GIF screen casts.

Peek is very handy tool which offers a simple window that can be resized to select a screen area to record. Simple click the record button to create animated gif after resizing Peek window.

Anyone can create animated gif with no knowledge with peek. It creates best quality video with less size. It is not a general purpose screen cast app with extended features. Currently supports X11 not Wayland, developer have a plan to add Wayland and other operating systems support in the future.

Suggested Read : Kgif – A Simple Shell Script to Create a Gif File from Active Window in Linux

Suggested Read : Gifine – Quickly Create An Animated GIF Video In Ubuntu/Debian

Installing Dependencies

Peek requires ffmpeg & imagemagick should be installed on system. Navigate to following link to install it.

For Debian based Systems

$ sudo apt-get install ffmpeg imagemagick

For RHEL/CentOS based Systems

$ sudo yum install ffmpeg ImageMagick

For Fedora Systems

$ sudo dnf install ffmpeg ImageMagick

For openSUSE Systems

$ sudo zypper install ffmpeg ImageMagick

For Arch Linux based Systems

$ sudo pacman -S ffmpeg ImageMagick

How to install Peek:

Ubuntu base directives can install peek easily through following stable PPA.

$ sudo add-apt-repository ppa:peek-developers/stable
$ sudo apt-get update
$ sudo apt-get install peek

For latest development version.

$ sudo add-apt-repository ppa:peek-developers/daily
$ sudo apt-get update
$ sudo apt-get install peek

Arch Linux based users can install through AUR package.

$ yaourt -S peek

For Fedora 25 users add following repo.

$ sudo dnf config-manager --add-repo http://download.opensuse.org/repositories/home:/Bajoja/Fedora_25/home:Bajoja.repo
$ sudo dnf install peek -y

How to use Peek

Launch the peek and resize the window to select a screen area, then hit Record button to start recording.

Once you are done, stop the recording and enter the file name and choose the location on pops-up window. Finally save the GIF file.

To access the preferences simple click the little Peek logo in the right-side corner of the app or bring it from main menu. Tick the check box open file manager after saving to get instant dialog pops-up which allows you to open the saved GIF file.

Peek gif file output.

About Magesh Maruthamuthu

Love to play with all Linux distribution

View all posts by Magesh Maruthamuthu

2 Comments on “Peek – To create animated GIF Recorder in Linux”

  1. Thank you so much to letting me know. Yes, i know that developer is working on it. I will include in article once i will tested with Fedora 26.

  2. Thanks for this nice review. Just a small clarification: Peek will also work on Wayland with GNOME 3.

Leave a Reply

Your email address will not be published. Required fields are marked *