How can I capture audio AND video simultenaous with ffmpeg from a linux USB capture device
问题 I'm capturing a video by means of an USB Terratec Grabster AV350 (which is based on the em2860 chip). I don't succeed to get the audio when it is played . If I play the captured video with vlc or with ffplay I got only 3 seconds sound and then a silence for the rest of the video ... During the capturing I don't get any errors. At the end it indicates the size of the video and audio captured .... I'm using the ffmpeg command for this : ffmpeg -f alsa -ac 2 -i hw:3 -f video4linux2 -i /dev