(please add me as CC when replying to the mailing list) I don't have any "audio_device" in ffmpeg: "Unknown input or output format: audio_device"
ffmpeg -formats | grep audio D daud D-Cinema audio format D mp3 MPEG audio D oss audio grab and output D tta true-audio D wsaud Westwood Studios audio format D A dsicinaudio D A vmdaudio Nonetheless, I was able to get it recording audio+video with: ffmpeg -f video4linux2 -s 320x240 -i /dev/video1 -f oss -ac 2 -i /dev/dsp2 -f mp4 test.mp4 Unfortunately I get a lot of "clicks" in the recording :-( Maybe that can be solved with post-processing on some tool? Still, there is the issue of not being able to see what is being recorded... and that is not acceptable :-( Any way to fix xawtv or mencoder problems? Or is there any other tool? (regarding vlc it doesn't support v4l2 devices) Thanks > Jörg Hermsdorf wrote: > > Hey Monkey, > > > --------------------------------------- > > ffmpeg - Can't get audio and doesn't display what is being captured. > > --------------------------------------- > > ffmpeg -v 100 -f oss -i /dev/dsp2 -f video4linux2 -s 320x240 -i > > /dev/video1 -f m4v test.m4v > > Try this command: > > ffmpeg -f video4linux2 -s 320x240 -i /dev/video1 -f audio_device -ac 2 -i > /dev/dsp2 -f mp4 test.mp4 > > Also make sure, that the built-in microphone of your webcam is really hooked > to /dev/dsp2. > > Best regards _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
