Difference between revisions of "ReCordMyDeskTop"
From Linuxintro
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...") |
imported>ThorstenStaerk |
||
Line 1: | Line 1: | ||
− | recordmydesktop is a program that allows you to take a video from | + | recordmydesktop is a program that allows you to [[take a video from your 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;}') | 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. | A cross will appear. Aim it at the window you want to record and click. Then the recording will start. |
Revision as of 13:23, 6 November 2015
recordmydesktop is a program that allows you to take a video from your 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.