How to record screen movie under linux
ok, camstudio, lotus office, or sth. else in windows can do the work very well. Today i try to record under linux, as boss asks a demo. Ok,
vnc2swf is a good choice i met firstly: http://www.unixuser.org/~euske/vnc2swf/
it can record screen movie to flash on a remote client, or with help from x11vnc, it can record current desktop.
$ x11vnc -localhost -viewonly -deferupdate 10 -wait 10 -defer 10 &
$ vnc2swf -nowindow out.swf :0
for debian users, one line need to be inserted to writeswf.c (#define
SWFDBLBitmap SWFBitmap), before compilation.
More is here