I have got the cam working now (upgraded to 2.6.19.2 kernel). But I cannot install the FFmpeg-6036 module. I have got all dependicies installed and the "perl Makefile.pl" doesn't complain. Now when i issue "make" it ends with the following error.
<cut> FFmpeg.xs: In function 'XS_FFmpeg__file_formats': FFmpeg.xs:247: warning: ISO C90 forbids mixed declarations and code FFmpeg.xs: In function 'XS_FFmpeg__init_streamgroup': FFmpeg.xs:305: warning: ISO C90 forbids mixed declarations and code FFmpeg.xs:379: error: incompatible types in initialization FFmpeg.xs:379: warning: ISO C90 forbids mixed declarations and code FFmpeg.xs:385: error: incompatible type for argument 1 of 'av_q2d' FFmpeg.xs:399: error: 'struct AVCodecContext' has no member named 'time_base' make: *** [FFmpeg.o] Error 1 I don't really understand what its missing here, didn't find something on google either. so maybe someone knows about this. Thanks already. Herman On 1/11/07, Herman Gerritsen <[EMAIL PROTECTED]> wrote:
I have borrowed a Logitech Quickcam messenger (046d:08f0) from my brother. Got the driver working (in essence it creates the /dev/video0) but it keeps crashing my players. Mplayer and ffmpeg crashes, Xawtv manages to get moving images for about a second and crashes afterwards. So got to figure that one out tonight, got good hopes it will work at the end of the evening. Thanks Herman On 1/10/07, zentara < [EMAIL PROTECTED]> wrote: > > On Tue, 9 Jan 2007 16:58:16 +0100, [EMAIL PROTECTED] ("Herman > Gerritsen") wrote: > > >I have been looking on the ffmpeg website and found the FFmpeg perl > module. > >I think it is a good option. > >I presume the FFmpeg module gives me a faster interface than if I call > the > >ffmpeg with the system command? > > I don't think you will notice much of a speed difference, the main > slow down is the startup of the Perl script, and either way will > take that time. Once they get going, either mencoder/ffmpeg or the > FFmpeg module will be using c to do the recording. > > I had trouble building FFMPEG-6036, but mplayer/mencoder > installs easily. > > >Thanks for the fast responses > >Herman > > If you get it going, it would be nice to share your script at > a place like http://perlmonks.org, in the Snippets section, > or Cool Uses for Perl. > > zentara > > -- > I'm not really a human, but I play one on earth. > http://zentara.net/japh.html > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > >