[FFmpeg-user] External UVC Camera Video Streaming/Image Capturing using ffmpeg

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Dec 10 15:13:43 CET 2011


s.rawat <imsaurabhrawat <at> gmail.com> writes:

> ffmpeg -y -t 25 -f video4linux2 -r 15 -s 320*240 -pix_fmt yuyv422 -i
>  /dev/video1 -an -f avi Test_QVGA1.avi
> 
> But I am the following output/error(see in *Bold* at last) -->
> 
> FFmpeg version UNKNOWN, Copyright (c) 2000-2010 the FFmpeg developers

This is old, please use current git head, see http://ffmpeg.org/download.html

> Requested output format 'avi' is not a suitable output format
> ioctl(VIDIOC_QBUF)

You specified "--disable-everything" to disable the avi muxer, so it does not
work. I suggest you first try whatever you want to achieve with an
as-short-as-possible configure line (without --disable-everything and if
possible with static libraries), if it works, add --disable-everything and the
necessary --enable options (and use --enable-shared if necessary).

Carl Eugen



More information about the ffmpeg-user mailing list