Re: Windows AVIFile problems

2008-01-25 Thread c d saunter
Thomas Heller ([EMAIL PROTECTED]) wrote: : c d saunter schrieb: : > Hi All, : > : The dll is not corrupt. It is the 16-bit dll, possibly present for legacy : 16-bit support. Thomas, Thanks, that explains a lot. Regards, Chris Saunter -- http://mail.python.org/mailman/listinfo/pyt

Re: Windows AVIFile problems

2008-01-25 Thread Tim Golden
c d saunter wrote: > I'm trying to access individual video frames of an AVI file from within > Python 2.4 or 2.5 under Windows XP. I thought that the recently-at-1.0 pyglet did that, only I can't now see it in their docs anywhere. Might be worth asking over there anyway [1] since it certainly com

Re: Windows AVIFile problems

2008-01-25 Thread Thomas Heller
c d saunter schrieb: > Hi All, > > I'm trying to access individual video frames of an AVI file from within > Python 2.4 or 2.5 under Windows XP. > > I have found this example code here for that does exactly what I want, > using the windows avifile.dll but I am unable to find the AVIFile.h > hea

Windows AVIFile problems

2008-01-25 Thread c d saunter
Hi All, I'm trying to access individual video frames of an AVI file from within Python 2.4 or 2.5 under Windows XP. I have found this example code here for that does exactly what I want, using the windows avifile.dll but I am unable to find the AVIFile.h header... http://mail.python.org/piperm