recordMyDesktop icon
recordMyDesktop icon

recordMyDesktop

 71 likes

recordMyDesktop is a desktop session recorder for GNU / Linux that attemps to be easy to use, yet also effective at it's primary task. As such, the program is separated in two parts; a simple command line tool that performs the basic tasks of capturing and encoding and an...

Main window

License model

  • FreeOpen Source

Country of Origin

  • International

Platforms

  • Linux  It's also in the repositories
  • BSD
Discontinued

The project is no longer developed. Last version, 0.3.8.1, released in December 2008, can be still downloaded from SourceForge.

4 / 5 Avg rating (2)
71likes
5comments
0news articles

Features

Suggest and vote on features
  1.  Screen Recording
  2.  Record videos
  3.  Record desktop activity
  4.  Capture Video

 Tags

  • ogg-theora
  • video-recorder

recordMyDesktop News & Activities

Highlights All activities

Recent activities

Show all activities

recordMyDesktop information

  • Developed by

    Martin Nordholts
  • Licensing

    Open Source and Free product.
  • Rating

    Average rating of 4
  • Alternatives

    121 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Video & Movies

Our users have written 5 comments and reviews about recordMyDesktop, and it has gotten 71 likes

recordMyDesktop was added to AlternativeTo by Aaron on May 14, 2009 and this page was last updated Oct 13, 2020.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
gregzeng
Oct 20, 2017
0

Still available for most (all?) Linux distributions. Can encrypt the recordings in real time as the video, but uses much resources (CPU,GPU, etc).

Found it to be easy to use, reliable. Saves recording even if computer crashes, or switched off suddenly. SimpleScreenRecorder is also usually avaliable on most Linux distros as well. Both capture audio & screen, etc.

baitisj
Jul 5, 2015
0

Unfortunately, this utility seems to create broken OGG video files with incorrect keyframes on my system. A simple fix is to use mencoder to convert and re-index the file:

mencoder -idx desktop_recording.ogv -ovc lavc -oac mp3lame -o fixed.avi

I've heard that simplescreenrecorder is a good alternative, but no binaries are readily available on my platform (yet).

Sabun
Sep 27, 2012
0

A good app.

It is truly capable of recording a section of the screen, fullscreen or follow the mouse. However, recording games is tricky. The only way you're going to get synchronized sound with video is by using another application for sound. Like outRec or Audacity (For mic).

Alas, the biggest let down of this app is it's inability to record games in fullscreen OR have synchronized video+audio. Its great just for video, not so much audio. Heard that FFmpeg is great, problem is that it's completely CLI oriented plus scarce tutorials/guides makes it hard to learn.

mlms13
Oct 14, 2010
0

I haven't used gtkRecordMyDesktop much, but the few times I have, it has done a great job. I'm wondering, though, is there any way to show mouse clicks while recording the desktop? I don't have it in front of me right now to look at the options.

Aaron
Jun 24, 2009
0

Since I am on Ubuntu this is the only screen recorder I know of, but it does a wonderful job. You have to play with the settings though to get it to a quality that you like, but after that it does great.

What is recordMyDesktop?

recordMyDesktop is a desktop session recorder for GNU / Linux that attemps to be easy to use, yet also effective at it's primary task. As such, the program is separated in two parts; a simple command line tool that performs the basic tasks of capturing and encoding and an interface that exposes the program functionality in a usable way. The commandline tool (which essentially is recordMyDesktop), is written in C, while there are two frontends, written in python with pyGtk (gtk-recordMyDesktop) and pyQt4 (qt-recordMyDesktop).

recordMyDesktop produces files using only open formats.

These are theora for video and vorbis for audio, using the ogg container.