You are here: Home > Embedded Linux, Linux Tips > How to record screen activities in Ubuntu

How to record screen activities in Ubuntu

A very nice program screen recorder to record your screen actives is  recordmydesktop.This software is open source popular not only using in Ubuntu but also in genneral Linux Operating system, with Ubuntu you can download  and install this pre-builed screen recorder package via ap-get or .deb.With your normal linux you can download the source code and compile by youself.

1. Install recordmydesktop

tam@pc:~$ sudo apt-get install gtk-recordmydesktop

2.Using recordmydesktop to record your screen.

  • To start record type
  • tam@pc:~$ mydesktoprecord
  • To stop hold keyboard Ctrl+C

3.Convert .ogg to .avi. Usually the output of recordmydesktop program is .ogg file.If you need to convert to avi file you can using ffmpeg to convert to avi.

ffmpeg -i file.ogg  file.avi 

[smartads] [smartads]
Thanks

  • http://topsy.com/www.embeddedheaven.com/record-screen-ubuntu.htm?utm_source=pingback&utm_campaign=L2 Tweets that mention How to record screen activities in Ubuntu — Topsy.com

    [...] This post was mentioned on Twitter by embeddedheaven, embeddedheaven. embeddedheaven said: How to record screen activities in Ubuntu – http://tinyurl.com/395fbh9 [...]

  • http://www.ubuntu-news.net/2010/10/31/how-to-record-screen-activities-in-ubuntu/ How to record screen activities in Ubuntu | Ubuntu-News – Your one stop for news about Ubuntu

    [...] A very nice program screen recorder to record your screen actives is recordmydesktop.This software is open source popular not only using in Ubuntu but also in genneral Linux Operating system, with Ubuntu you can download and install this pre-builed screen recorder package via ap-get or .deb More here [...]

Previous post:

Next post: