Difference between revisions of "Take a video from your Linux desktop"

From Linuxintro
imported>ThorstenStaerk
(Created page with "To record a video from your desktop (like a screenshot, just in video) you can use * recordmydesktop * xvidcap = See also = * http://community.kde.org/Promo/youtube")
 
imported>ThorstenStaerk
Line 1: Line 1:
To record a video from your desktop (like a screenshot, just in video) you can use
+
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
 +
 
 +
 
 +
= Alternatives =
 
* [[recordmydesktop]]
 
* [[recordmydesktop]]
 
* [[xvidcap]]
 
* [[xvidcap]]

Revision as of 11:47, 30 October 2011

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


Alternatives

See also