how to record a video from your webcam

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
educateme

how to record a video from your webcam

Post by educateme »

I like to be the bringer of good news. I finally managed to record a video of myself. Cheese, for some reason, can't record videos on my computer. Ekiga make my camera work. I find something that does.

Open up a terminal and type sudo apt-get install mencoder.

Then, type:

mencoder tv:// -tv driver=v4l2:width=60:height=40:fps=60:device=/dev/video0 -nosound -ovc
lavc -lavcopts vcodec=mjpeg -o test.avi

This will save an avi in your personal folder. Open it up with xine (sudo apt-get install xine) and you're in business!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
educateme

Re: how to record a video from your webcam

Post by educateme »

Of course, I realize that most of the people on this forum already know this stuff. I just want to share it with people who need something elementary to show them how it's done.
educateme

Re: how to record a video from your webcam

Post by educateme »

I've discovered that any problem I run into usually involves a missing package. So, I open up synaptic and install a bunch of packages (particularly the ones with v4l2 in their names) and now ekiga can see my webcam.

Also, I read that cheese is based on gnome-media so I did apt-get install gnome-media and cheese is working better.
Locked

Return to “Sound”