Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I'd like to conduct recorded video interviews with Skype and am looking for a reliable tool to accomplish that.

Is there anything out there that's not slow or buggy?

I'm running (K)Ubuntu.

share|improve this question
have you tried gtk-recordmydesktop? i can record most anything with it. ffmpeg -i x11grab works too. if you're having problems getting the audio alsa-loop works. – Call me V Apr 20 '11 at 15:16
Try asking at askubuntu.com. – Adam Byrtek Apr 21 '11 at 23:36

3 Answers

This command will capture your full desktop: So use this command, whenever you want to record skype-conversation ( or anything else )

ffmpeg -f x11grab -s wxga -r 25 -i :0.0 -sameq /tmp/out.mpg   
share|improve this answer
Thanks! How can I record only specific windows e.g. the window of my webcam and the window of the other person's? Perhaps even how to record them separately to make it easier to edit. – curiousguy Apr 23 '11 at 11:03
1  
@curiousguy, to record a specific window with recordmydesktop, use "xwininfo" to get the window id, then with recordmydesktop use the "--windowid" parameter. If you want to scale your window to a specific size (in pixels) there's different ways to do it--I believe Compiz has this as an option, also Openbox will tell you the window dimensions. (I'm using Fedora.) Also I believe Openbox will let you "undecorate" a window, which is helpful if recordmydesktop is recording your window border. However, I'm not sure if this is possible with ffmpeg? – PJ Brunet Jun 10 '11 at 0:20

There is software recordMyDesktop http://recordmydesktop.sourceforge.net/about.php which you can record any part of you screen you want. I use it to record my skype sessions.

sudo apt-get install recordmydesktop

to install it from main channels.

share|improve this answer

I prefer IMCapture; it records skype calls in great quality.

share|improve this answer
3  
It would help if you included some details about how it works and how to install it, but it doesn't even look like there's a Linux version – Michael Mrozek Nov 11 '11 at 14:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.