How to make screencasts on Sugar: Difference between revisions
| Line 1: | Line 1: | ||
==steps== | ==RecordMyDesktop steps== | ||
# Get Sugar installed and internet connection working | # Get Sugar installed and internet connection working | ||
# Go to terminal (can be found in list of activities) | # Go to terminal (can be found in list of activities) | ||
| Line 12: | Line 12: | ||
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. | 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> | ||
==GStreamer== | |||
Bemasc found this. Test it on the command line. Let us know. | |||
<Code>gst-launch ximagesrc ! video/x-raw-rgb,framerate=5/1 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=desktop.ogg | |||
</code> | |||
==Why make screencasts?== | ==Why make screencasts?== | ||