On Fri, Apr 04, 2008 at 10:01:53AM +0800, Euan MacInnes wrote: > > Hi All, > I was wondering if somebody else had this problem before, may be able > to help: > > In the libavcodec build 51.49.0, I am trying to set up video4linux in my > C#.Net application and it's not quite working right. The av_find_input_format > works ok, the av_open_input_file works fine, the frame decoding and output > all work fine, but there is a 1-2 minute delay in calling > av_find_stream_info. It does eventually continue and the streams are there, > however later the read_frame also has the same 1 minute delay, which is > obviously not supposed to be the case. > > The camera's image does come through, at 320x240. > > My first thought was it could be a hardware issue, so I tried the standalone > ffplay utility, and that works fine with the same image settings. My command > line for that was: ffplay -f video4linux /dev/video0 -s 320x240 > > I've been through the ffplay.c code and don't see any other initialisation > or setup required to get it to work. > > Thoughts?
try ANSI/ISO/K&R C [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have never wished to cater to the crowd; for what I know they do not approve, and what they approve I do not know. -- Epicurus
signature.asc
Description: Digital signature
_______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
