Ubuntu – How to record Skype video calls on Linux

linuxrecordingskypeUbuntuvideo

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.

Best Answer

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   
Related Question