Difference between pages "REGEX" and "ReCordMyDeskTop"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(Redirected page to Regular expressions)
 
imported>ThorstenStaerk
 
Line 1: Line 1:
#REDIRECT [[Regular expressions]]
+
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.

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.