recordmydesktop for gnu/linux:
$ rm -f out.ogv ; recordmydesktop --no-sound --no-cursor --no-wm-check --workdir $VIDF --delay 5s --full-shots -v_quality 32 --stop-shortcut Control+Shift+q
replace $VIDF with a path that an be used to process large amounts of temporary information.
outputs out.ogv. you can use other filenames if you remove "rm -f out.ogv ; " or change out.ogv to somethingelse.ogv, and add " -o somethingelse.ogv" after "Control+Shift+q"
the result:…
Continue