M HYPE SPLASH
// updates

Webcam video recorder

By John Campbell

Looking for video recorder applications in Ubuntu that can:

  • record videos from webcam.
  • can save for example last 15 minutes so I can review that recorded video; I don't want it to record all the time (hard disk will get full); only 15 minutes is enough.
2

2 Answers

You may use Cheese

It ships with Ubuntu by default.

If you don't see in your installed software list, you may install this from Ubuntu Software Center.

3

You can use vlc (sudo apt-get install vlc -y).

  1. Open vlc, then press Ctrl+R
  2. choose [capture device] and select your webcam
  3. Press [Convert/Save]
  4. Choose where to save the file and hit [start].
  5. When you are done press ■
7

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy