Linux

Categorized | Multimedia, cli

Quickly create a video presentation of your Linux desktop

Linux users enjoy various sets of tools that allow one to record the active desktop. From GUI applications to command line scripts. A simple way is to use just vncserver:

vncserver -geometry 800×600

Open another Terminal window an type

vncrec -record desktop.vncrec

to start recording. Connect to localhost:1 when asked. Hit the F8 key when you are done recording and click stop from the menu that will appear. Now convert the desktop.vncrec file into an avi file using transcode:

transcode -i desktop.vncrec -x vnc -z -y xvid -g 1024×768 -o recording.avi -w 64

Author Profile

T4L ;

Other posts by T4L

Author's web site



Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.


5 Comments

  1. Matt

    Does this method record audio as well as video, or is it a silent movie?

    1
  2. T4L

    This works only for the video part.

    2
  3. Matt

    I need to record with audio, so I’m looking at recordmydesktop, which works well but the video seems a little washed out.

    3

  4. Matt,

    do your video capture as described. Trust me, trying to do a choreographed voice and video is a waste of time. Do you audo post production. Install the video editing software ‘Lives’. Its probably in your linux repositories. Load up the file in Lives then do a seperate audio track synced to the video presentation. Merge the two and you are done.

    4
  5. 5

1 Trackback(s)

  1. 10 12 2008 : HowtoMatrix » Quickly create a video presentation of your Linux desktop

Leave A Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>