Skip to content

plexus/recordmydesktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of the seemingly unmaintained RecordMyDesktop application.

If you need Jack support you will need this version, the last release (from 2010) is no longer compatible with the latest versions of Jack.

This fork contains this patch: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588260

Plus one other commit to fix Jack support.

If you see this when using --use-jack (e.g. recordmydesktop --use-jack system:capture_1 -o output.ogv)

jack_client_new: deprecated

Then your version is affected.

To build on Ubuntu 15.10 (possibly also works on Debian)

sudo apt-get build-dep recordmydesktop
sudo apt-get install libpopt-dev libvorbis-dev libtheora-dev libjack-dev
./autogen.sh && ./configure && make

To make sure you're running the right version, check --version for the -plexus suffix.

$ src/recordmydesktop --version
recordMyDesktop v0.3.8.1-plexus

Based on the SVN trunk@602

Project website: http://recordmydesktop.sourceforge.net/about.php

SVN->Git import by @jamoozy Jack fixes by @plexus

Releases

No releases published

Packages

No packages published

Languages

  • C 61.9%
  • Python 27.9%
  • Shell 4.5%
  • C++ 3.2%
  • Roff 1.9%
  • Makefile 0.6%