Istanbul and Xvidcap are the best options for creating screencasts in Debian. They’re free and are available in Debian’s free repositories. Istanbul gives an ogg file as the output, whereas xvidcap comes up with an mpeg file.
Another option is Wink. You can install wink in debian using apt-get install (sadly, your non-free repository section has to be enabled for this). Even though creating a screencast using wink is a smooth sail, you should try to avoid it for two reasons:
- Wink is non-free
- The output generated is an swf file, which forces your browser to install non-free plugins.
mpeg2encode: command not found
If you get the above error message,
- Download mpeg2vidcodec_v12.tar.gz package from www.mpeg.org.
- Untar it, cd into the directory and make.
- You will find two directories mpeg2dec and mpeg2enc inside the src directory. If the make process is successful, an executable will be created in each of them, namely mpeg2decode and mpeg2encode resp. Copy these executables to /usr/local/bin and repeat the convert process. You should be able to get through this time.
recordMyDesktop, is another tool for the same purpose. An ogg file, containing the screencast will be created in your home folder once the recording is stopped.
0For more details visit :http://freethots.wordpress.com/2007/12/07/creating-screencasts-in-debian/