In this video I'll show you how to download, install and getting started in videocasting.
(The following information is usefull only if you wanna upload videos made by RecordMyDesktop, to youtube)
NOTICE: Afer you've done recording, the video format will be .ogv. With this COMMAND you can CONVERT the video to an .avi format:
Type this in terminal: mencoder out.ogv -o out.avi -oac mp3lame -ovc lavc (out si the name of the video, you can edit it)
THis convert will work ONLY if you have mencoder installed. You can simply install it by typing sudo apt-get install mencoder in the terminal.
.