GithubHelp home page GithubHelp logo

maquinas07 / evid Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 84 KB

Screen recorder for X with a minimal interface with support for gifs and mp4

License: GNU General Public License v3.0

Makefile 2.52% C 97.48%
x11 linux gif mp4 mp4-recorder gif-recorder

evid's Introduction

evid

Screen recorder for X with a minimal interface. Supports mp4 (outputs h264 encoded files) and GIFs. The heavy lifting is done by ffmpeg.

Build requirements

  • libx11
  • libnotify - Optional (enabled by default, modify the Makefile to disable)
  • libXfixes - Optional (enabled by default, modify the Makefile to disable)

Runtime requirements

  • ffmpeg
  • zenity - Optional (disabled by default, modify the Makefile to enable)

Compile from source

Install compile dependencies

Ubuntu/Debian:

sudo apt install libx11-dev libxext-dev libxfixes-dev libnotify-dev

Then:

make
make install

make install might need to be run as sudo as it tries to write into the /usr/local/bin folder.

Usage

evid has preconfigured default values so you can just execute the binary, select the area to record and when you're done just press CTRL+s to save or CTRL+c to copy to clipboard. If no area is selected and evid is compiled with HAVE_XEXTENSIONS, evid will record the entire window that was clicked. evid doesn't have any config files so to change the default shortcuts you will need to modify src/actions.h and recompile.

By default evid outputs the recordings as mp4 without any audio and saves them in $XDG_VIDEOS_DIR/evid/ or $HOME/Videos/evid/.
You can change the output directory by setting the XDG_VIDEOS_DIR variable, the HOME variable or specify it via the argument -o (E.G. -o/some/path).
To output gifs you can use the -g argument, or -gg if you want higher quality gifs.
To record audio you can use -a, by default it uses the default source in pulseaudio. You can also use alsa and optionally specify the source. -apulse,somesource or -aalsa or -aalsa,somealsadevice.

evid's People

Contributors

maquinas07 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

evid's Issues

building with zenity failed with error

building with zenity giving following errors :

mkdir -p obj
cc -Wall -Wpedantic -O2 -DHAVE_NOTIFY `pkg-config --cflags libnotify` -DHAVE_ZENITY -DHAVE_XEXTENSIONS `pkg-config --cflags xfixes` -c src/clipboard.c -o obj/clipboard.o
cc -Wall -Wpedantic -O2 -DHAVE_NOTIFY `pkg-config --cflags libnotify` -DHAVE_ZENITY -DHAVE_XEXTENSIONS `pkg-config --cflags xfixes` -c src/evid.c -o obj/evid.o
src/evid.c: In function ‘main’:
src/evid.c:366:7: error: invalid type argument of ‘->’ (have ‘Args’)
  366 |   args->use_zenity = 0;
      |       ^~
make: *** [Makefile:33: obj/evid.o] Error 1

First release

This is a fantastic tool, thank you!

Are there any plans to tag the first release so it's easier on packaging for different distributions?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.