ReCordMyDeskTop

From Linuxintro
Revision as of 14:20, 4 November 2015 by imported>ThorstenStaerk (Created page with "recordmydesktop is a program that allows you to take a video from what's happening on your Linux desktop. In practice, you often want to record a window only. To do this, star...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

recordmydesktop is a program that allows you to take a video from what's happening on your Linux desktop. In practice, you often want to record a window only. To do this, start recordmydesktop like this:

recordmydesktop --windowid $(xwininfo | grep "Window id" | awk '{print $4;}')

A cross will appear. Aim it at the window you want to record and click. Then the recording will start.