so far, the best screen capture package i’ve found is recordmydesktop, you can run it from the terminal or you can download a gui, package is named gtk-recordmydesktop, people say it also works on kde.

these two packages can be found in the default ubuntu software sources, so..

sudo apt-get update

then install the two said packages..

sudo apt-get install recordmydesktop gtk-recordmydesktop

the program only outputs in .ogg format, but, you can always convert with mencoder, which, btw, is also available in the default ubuntu repo, i learned this package from another pinoy ubuntu user in the forums.

Ubuntu Forums: Record your desktop with recordmydesktop. 

and so again..

sudo apt-get install mencoder

i think avidemux is a front for mencoder, but, i’m not gonna cover that now, cause avidemux also edits videos, i think it’s too bulky if your gonna user it for video conversion only. so to convert OGGs to AVIs using mencoder, here’s a tiny snippet.

mencoder -idx input.ogg -ovc lavc -oac mp3lame -o output.avi

input.ogg is your source file, and output.avi is your desired the output file.
here’s a detailed guide on how to encode videos using mencoder.

9 Responses to “HOWTO screen capture in ubuntu feisty fawn”

  1. german Says:

    I have a problem with color depth, it should be 24bpp and mine is 32 but in the man page its said that 32 bpp is supported, any ideas?

  2. patambrosio Says:

    i’m not sure how to answer that, sorry. try asking in the forums though (linked above), the creator answers questions there, he should know.

  3. Nik Says:

    Thank you for the tip !

  4. mike Says:

    super cool , !!thanks.

  5. roman Says:

    It is also possible to capture into animated .gif or swf.

    Web site link points to description of the utilities doing this.

  6. Ashish Barot Says:

    very good tip for video capturing in linux.
    Any newbie can easily setup his/ her machine for best recording tool in Linux.

    Thanks for sharing this nice tips.

    Best Regards,
    Ashish Barot.

  7. Ramraj Says:

    Thanx

  8. hey Says:

    THX FOR THE REQUEST!

  9. SuperThin Says:

    If you capture images only (not animated or video), I think FastStone Capture (freeware – version < 5.3) through Wine is best choice.


Leave a Reply