How to make screencasts on Sugar: Difference between revisions
| Line 4: | Line 4: | ||
# Go to root by typing | # Go to root by typing | ||
<code>su</code> | <code>su</code> | ||
You are looking for [http://recordmydesktop.sourceforge.net/about.php RecordMyDesktop] | You are looking for [http://recordmydesktop.sourceforge.net/about.php RecordMyDesktop]. Read the very old [http://recordmydesktop.sourceforge.net/manpage.php help pages]. They'll give you some clues to the operation of RecordMyDesktop(RMD) though I must say that after playing with RMD on Sugar I much prefer RMD on Ubuntu. | ||
#Type: | #Type: | ||
<code>yum install recordmydesktop</code> | <code>yum install recordmydesktop</code> | ||
RecordMyDesktop is command line only. Use GTK below for the GUI. | RecordMyDesktop is command line only. Use GTK below for the GUI. | ||
<code>yum install gtk-recordmydesktop</code> | <code>yum install gtk-recordmydesktop</code> | ||
or this one written in [http://en.wikipedia.org/wiki/Python_%28programming_language%29 Python] WHICH should be more stable on Sugar as Sugar is written in Python... though amazingly qt-recordmydesktop asked for 27M of space where gtk-recordmydesktop only asked for a few 100K! | or this one written in [http://en.wikipedia.org/wiki/Python_%28programming_language%29 Python] WHICH should be more stable on Sugar as Sugar is written in Python... though amazingly qt-recordmydesktop asked for 27M of space where gtk-recordmydesktop only asked for a few 100K! Bemasc at the IRC rightly pointed out that QT is a big app and that there are huge buffering considerations for using RMD in general. | ||
<code>yum install qt-recordMyDesktop</code> | <code>yum install qt-recordMyDesktop</code> | ||