Laurent Pinchart wrote:
> Hi Tom,
>
> On Sunday 24 February 2008, Tom Poe wrote:
>   
>> Well, that was easy enough.  I ran svn-chekout and installed, and video
>> works.  Still don't have sound.  Tried five different options in my FC8
>> volume control, but no luck.  I have good results with sound when I run:
>>  arecord -d 10 -f S16_LE -c 1 -r16000 -t wav -D hw:1,0 test.wav
>>
>> Can I run luvcview with hw:1,0 as a parameter?  Or, is there a file that
>> I can substitute?
>>     
>
> I don't think luvcview supports sound.
>
> Best regards,
>
> Laurent Pinchart
>
>   
Laurent:  Thanks for responding.  I've found a workaround.  I use a 
command line that works for recording video and sound:
ffmpeg -f video4linux2 -s 320x240 -i /dev/video0 -f oss -ac 2 -i 
/dev/dsp -f mp4 test.mp4

It doesn't use the microphone on the webcam.  I'd like to be able to 
direct the sound input command part to hw:1,0  which works when I use:
$ arecord -d 10 -f S16_LE -c 1 -r16000 -t wav -D hw:1,0 test.wav

Then, I'd just have to figure a nifty way to sync the two commands and 
create one audio/video file.  Considering I can barely get a computer to 
turn on, it may be awhile before I make any progress.
Thanks, again for the update,
Tom


_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to