Results 1 to 6 of 6

Thread: Record synchronized audio and video with V4L2 webcam?

Hybrid View

  1. #1
    Join Date
    May 2007
    Beans
    264

    Record synchronized audio and video with V4L2 webcam?

    Is there any application that allows to record synchronized audio and video while it displays what is being recorded?

    My webcam is a Logitech Fusion and uses the UVC driver, that means V4L2 support.

  2. #2
    Join Date
    Jul 2006
    Beans
    436
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Record synchronized audio and video with V4L2 webcam?

    Would also like this. Built-in webcam on Acer 5520 - something down the Crystal Eye lane, also V4L(2) compatible.
    Looking elsewhere as well - will post back if I find anything.

    edit 1:
    "Cheese" seems to be the thing to use these days (install from repos). I have recorded video well enough with it, but both video and audio get choppy and out of synch if I add a mic. It has some cool effects for pics, though :3

    edit 2:
    VLC can also do the job:
    http://ubuntuforums.org/showthread.php?t=143732
    Worked for me, at least.
    Last edited by Kulgan; June 10th, 2008 at 09:02 AM.

  3. #3
    Join Date
    May 2007
    Beans
    264

    Re: Record synchronized audio and video with V4L2 webcam?

    Couldn't really get VLC recording anything and the video/audio got reaaaaly choppy.

    Anymore suggestions?

  4. #4
    Join Date
    Jul 2006
    Beans
    436
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Record synchronized audio and video with V4L2 webcam?

    I'm afraid not... The VLC guide worked for me (followed to the letter), so there must be something different about our systems somehow...

    I'm sure someone will find a decent solution somehow... Just keep it in your sig, and I'm sure you'll get a bite. You might want to change the wording to indicate that it really is a plea for help rather than a How-To or something. "Have you got synchronised audio/video working with a webcam? Please help me!" - or something to that effect.

    Sorry I can't help you :'(

  5. #5
    Join Date
    Jan 2007
    Location
    Flagstaff AZ
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Record synchronized audio and video with V4L2 webcam?

    If you are still looking for this, I found this on a Sidux board:

    vlc v4l2:// :v4l2-dev="/dev/video0" :v4l2-chroma="YUYV" :v4l2-width=320 :v4l2-height=240

    In Ubuntu 8.10 on an HP dv9000, Microdia Pavilion Webcam, it works perfectly.

  6. #6
    Join Date
    Apr 2008
    Location
    Bulgaria
    Beans
    165
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Record synchronized audio and video with V4L2 webcam?

    Hello. I am using gspcav2 and Logitech QuickCam Express. Before upgrading to intrepid, e.g. on hardy, using gspcav1 recording with VLC worked with v4l1. now with v4l2 VLC takes 100% CPU and works tooooo slow. I tried using
    Code:
    LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so vlc
    to emulate v4l1 but it is even worse. Cheese doesn't work without converting pixel formats:
    Code:
    LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so cheese
    but even with pixel formats converted photo taking works, but video recording does not

    Any ideas?
    Angel Angelov

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •