in reply to Extracting a frame from an avi

AVI, I believe is a proprietary format, owned by Microsoft. You may have better luck finding a C# class that can handle it. Microsoft typically gives you something like a 30-90day trial of their .NET development environment.

Might not be a bad way to learn C#.

IMHO, C# was invented because Sun Microsystems and a judge told microsoft to quit messing with Java.

It's not a bad little language, although lacking the elegance of perl, and doing several things that seem fairly strange and are probably meant to say 'THIS IS NOT JAVA!'

I took a quickie seminar in C# last year, and it was there that I was introduced to the Orwellian term microsoft was casting about as they evangelized their .NET platform:

Unmanaged Code

Referring to code that was found in traditional .obj, .o and executable files, but in effect referring to anything that wasn't produced with .NET.

Replies are listed 'Best First'.
Re: Re: Extracting a frame from an avi
by Anonymous Monk on Nov 10, 2003 at 22:49 UTC
    Hi, thanks ptkdb. I think after some more research I'm barking up the wrong tree trying to extract the frame myself. However in Windows the thumbnail of the 1st frame of the film is used for the icon of the file. This thumbnail is stored in the thumbs.db file which appears in the directory, which might be a better place to look at finding this image. Anybody any ideas on the thumbs.db set up? Thanks