Take a video from your Linux desktop

From Linuxintro
Revision as of 13:11, 3 July 2015 by 95.115.110.229 (talk) (Record a window only)

To record a video from your desktop (like a screenshot, just in video), open a console, then

  • decide if your current resolution fits. If it does not, change it using xrandr, e.g.
xrandr -s "640x480"
  • install recordmydesktop, in this example for SUSE Linux:
yast -i recordmydesktop
  • start the video recording with the command
recordmydesktop

Record a window only

Use xProp to find out the window ID, then start it like

recordmydesktop --windowid 0x2400014

Alternatives

See also