Screencasting with Linux
Many times a simple screencast showing how to do something by using a series of screenshots in sequence in a video can explain what paragraph after paragraph of words cannot. Linux and a few open source applications make the job of creating such screencasts easy.
There are several ways to grab screenshots in Linux. The method that I employ here is a shell script that uses the ImageMagick import program.
This script takes one parameter, the internal ID of the window that will be captured, which you can get by running the command xwininfo -frame. The xwininfo program will give you all of the X11 information about the window/frame that you click on, but the only line you need to see is the first one.
After all the screenshots have been captured, you can start putting them together in a video file. The ImageMagick convert program will combine all of the miff files into one video file.


Recent comments
6 min 26 sec ago
12 hours 31 min ago
15 hours 11 min ago
1 day 13 hours ago
1 day 14 hours ago
1 day 14 hours ago
1 day 22 hours ago
1 day 23 hours ago