LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-14-2009, 03:04 PM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Best Linux app for video recording the Desktop?


I just wanna be able to record my Desktop-nothing fancy-don't need a full video editing suite.
Thanks.
 
Old 04-14-2009, 03:27 PM   #2
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
There's recordmydesktop and xvidcap.
 
Old 04-14-2009, 04:30 PM   #3
arckane
Member
 
Registered: Sep 2005
Location: UK
Distribution: Gentoo/Debian/Ubuntu
Posts: 308

Rep: Reputation: 39
I second recordmydesktop
 
Old 04-15-2009, 12:38 AM   #4
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
If you want to be geeky, try ffmpeg. Here is the code

Code:
ffmpeg -f x11grab -s 1024x768 -r 25 -b 1000 -g 300 -i :0.0 -qmin 2 -qmax 5 outout.mpg
-r is the frame rate, 25 to 29 is good enough

-s is the screen resolution to capture. In this example the entire desktop is captured. To get the screen size type xwininfo and then click on the desktop. In the output, the last line -geometry is where the screen resolution is.

If you wish to capture audio with the screen capture, type this
Code:
ffmpeg -f x11grab -s 1024x768 -r 25 -b 1000 -g 300 -i :0.0 -qmin 2 -qmax 5 -f oss -i /dev/dsp output.mpg

Hope this helps.
 
Old 04-15-2009, 12:53 AM   #5
speck
Member
 
Registered: Nov 2001
Location: US
Distribution: Slackware 14.2
Posts: 375

Rep: Reputation: 115Reputation: 115
I use recordmydesktop. Running the command below lets you capture a single window just by clicking on it. It will also capture the entire screen if you click the root window (desktop).

Code:
recordmydesktop --channels 2 --fps 30 --windowid $(xwininfo | awk '/Window id:/ {print $4}')
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Recording the Linux desktop -- the hard way LXer Syndicated Linux News 0 12-29-2008 01:50 AM
Is there a Linux to Linux remote desktop app? properganda Linux - Software 7 01-11-2008 06:29 PM
LXer: D-Bus 1.0 offers desktop Linux app interoperability LXer Syndicated Linux News 0 11-14-2006 10:33 AM
Recording video of my desktop/applications? brynjarh Linux - Software 2 03-24-2006 10:06 AM
video, audio and windows app in linux problem fedoracore Linux - Hardware 1 01-28-2004 12:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration