Skip to content

Instantly share code, notes, and snippets.

@hanbzu
Created November 21, 2013 08:13
Show Gist options
  • Select an option

  • Save hanbzu/7577760 to your computer and use it in GitHub Desktop.

Select an option

Save hanbzu/7577760 to your computer and use it in GitHub Desktop.
Screencast of a single window (Ubuntu)
# 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