Screen recorder is a tool to record a computer screen output. There are several tools to do this. For Ubuntu/Debian there is recordmydesktop tool in the repository.
To install it open a terminal and run the following command,
sudo apt-get install recordmydesktop
To test it run recordmydesktop from the terminal.
Do some thing that has to be recorded and then press ctrl+C in the terminal. Then in that folder from where the recorder started there will be a file starting with name out*.ogv which is the screen captured video.
There are more options possible with this command. For details type man recordmydesktop in the terminal.
This works with other debian distributions also. The following video has been recorded with this tool.
Reference:
http://recordmydesktop.sourceforge.net/about.php
To install it open a terminal and run the following command,
sudo apt-get install recordmydesktop
To test it run recordmydesktop from the terminal.
Do some thing that has to be recorded and then press ctrl+C in the terminal. Then in that folder from where the recorder started there will be a file starting with name out*.ogv which is the screen captured video.
There are more options possible with this command. For details type man recordmydesktop in the terminal.
This works with other debian distributions also. The following video has been recorded with this tool.
Reference:
http://recordmydesktop.sourceforge.net/about.php