Created
November 21, 2013 08:13
-
-
Save hanbzu/7577760 to your computer and use it in GitHub Desktop.
Screencast of a single window (Ubuntu)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Find out the window ID of the window I want to record | |
| xwininfo -display :0 | |
| # Copy the window ID (something similar to 0x4600007) | |
| recordmydesktop --windowid 0x4600007 | |
| # Now the inside of the window (AND the mouse pointer if it goes inside) will be recorded | |
| # CTRL + C will stop the recording |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment