LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-17-2010, 02:45 AM   #1
remstereo
LQ Newbie
 
Registered: Jun 2007
Posts: 4

Rep: Reputation: 0
Problem : Recording video & audio from webcam


Hi all
I want to record myself to see the expression on my face on average through the USB webcam .

I use mencoder for recording from USB webcam .

Code:
mencoder tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0:forceaudio:adevice=/dev/dsp -ovc lavc -oac mp3lame -lameopts cbr:br=64:mode=3 -fps 16.2 -o test16.2.avi
The problem is that the audio is not synchronized with the video.

what can i do ? help!
 
Old 11-18-2010, 12:50 AM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
I had the same problem, and switched to ffmpeg:

Code:
/usr/bin/ffmpeg -f oss -i /dev/dsp -f video4linux2 -s 640x480 -i /dev/video0 \
                -threads 8 -target ntsc-dvd -aspect 4:3                      \
                -b 1500k -minrate 1500k -maxrate 1500k -bufsize 1835k        \
                -acodec libmp3lame -ab 128k                                  \
                webcam.mpg
 
Old 11-23-2010, 03:58 PM   #3
remstereo
LQ Newbie
 
Registered: Jun 2007
Posts: 4

Original Poster
Rep: Reputation: 0
up!!!!!!!!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Webcam recording audio skips BigVig Debian 1 03-10-2009 10:25 PM
/dev/video problem with TV tuner & webcam Road_map Slackware 1 07-31-2007 11:26 AM
Recording Video and Audio using mencoder OR13 Linux - Desktop 3 01-19-2007 04:19 PM
Software for Webcam Video/Picture Recording?? tubatodd Ubuntu 1 12-03-2006 11:16 AM
Recording Webcam Video in SuSE 9.3 mac57 SUSE / openSUSE 5 09-12-2005 11:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration