Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I've found luvcview, but it's not that good for recording. It doesn't get audio from the mic input of either the webcam or just the regular computer microphones. Also, in my case with the Logitech 9000, the video plays a few FPS slower than it was recorded.

Does anyone know of a program in Linux that's good for webcam recording?

share|improve this question

2 Answers

up vote 3 down vote accepted

Cheese is a photobooth type application that also records videos. It make already be installed (if you use Gnome). Not sure if it will solve your audio/frame-rate problem, but it's worth a try.

VLC is the everything-video-program. While it may not be as straight forward as other apps for what you want to do, running the 'convert/save' wizard should guide you through the process. You may (or will) need to play with the options to get the format/quality you're looking for.

share|improve this answer
Yeah Cheese is pretty good. Nice and simple, and records sound and synchronizes it properly. It displays the video at the wrong aspect ratio, but saves the video properly when recording, so not a big deal. – Neil Sep 29 '09 at 5:49

This can be done with MEncoder by pointing it to your video device.

Example:

mencoder tv:// -tv driver=v4l:width=320:height=240:device=/dev/video0 -ovc lavc -o vid.avi
share|improve this answer
2  
And it's always great to have the command-line version. – Neil Sep 29 '09 at 5:50

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.