I have an C# application that uses bitblt to perform animation. The display
is fine, but I would also like to save each frame to an AVI file. Anyone
know how to do this in C#? Or, and libraries out there for this? Any info
would be appreciated.

Thanks,

Steve

Re: How to: Create AVI files? by Bob

Bob
Sat Sep 04 06:29:11 CDT 2004

The only way to do this is to import and use the multimedia functions via
p/invoke.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml






"Steven Van Dyke" <nospam@nospam.com> wrote in message
news:%23ta2VZckEHA.1348@TK2MSFTNGP15.phx.gbl...
> I have an C# application that uses bitblt to perform animation. The
display
> is fine, but I would also like to save each frame to an AVI file. Anyone
> know how to do this in C#? Or, and libraries out there for this? Any info
> would be appreciated.
>
> Thanks,
>
> Steve
>
>



Re: How to: Create AVI files? by SVD

SVD
Tue Sep 07 02:34:46 CDT 2004

Thanks Bob,

A little more info please. I don't know anything about existing multimedia
functions. Where can I read more. Any examples?

Steve

"Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message
news:%23NTuRKnkEHA.3772@TK2MSFTNGP14.phx.gbl...
> The only way to do this is to import and use the multimedia functions via
> p/invoke.
>
> --
> Bob Powell [MVP]
> Visual C#, System.Drawing
>
> Answer those GDI+ questions with the GDI+ FAQ
> http://www.bobpowell.net/gdiplus_faq.htm
>
> The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
> Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
> Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
>
>
>
>
>
>
> "Steven Van Dyke" <nospam@nospam.com> wrote in message
> news:%23ta2VZckEHA.1348@TK2MSFTNGP15.phx.gbl...
> > I have an C# application that uses bitblt to perform animation. The
> display
> > is fine, but I would also like to save each frame to an AVI file. Anyone
> > know how to do this in C#? Or, and libraries out there for this? Any
info
> > would be appreciated.
> >
> > Thanks,
> >
> > Steve
> >
> >
>
>



Re: How to: Create AVI files? by lukasz

lukasz
Tue Sep 07 09:00:47 CDT 2004

http://www.codeproject.com/csharp/steganodotnet4.asp?df=100&forumid=25253&exp=0&select=649524


U¿ytkownik "SVD" <nospam@nospam.com> napisa³ w wiadomo¶ci
news:#4b1k0KlEHA.1476@tk2msftngp13.phx.gbl...
> Thanks Bob,
>
> A little more info please. I don't know anything about existing multimedia
> functions. Where can I read more. Any examples?
>
> Steve
>
> "Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message
> news:%23NTuRKnkEHA.3772@TK2MSFTNGP14.phx.gbl...
> > The only way to do this is to import and use the multimedia functions
via
> > p/invoke.
> >
> > --
> > Bob Powell [MVP]
> > Visual C#, System.Drawing
> >
> > Answer those GDI+ questions with the GDI+ FAQ
> > http://www.bobpowell.net/gdiplus_faq.htm
> >
> > The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
> > Windows Forms Tips and Tricks RSS:
http://www.bobpowell.net/tipstricks.xml
> > Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
> >
> >
> >
> >
> >
> >
> > "Steven Van Dyke" <nospam@nospam.com> wrote in message
> > news:%23ta2VZckEHA.1348@TK2MSFTNGP15.phx.gbl...
> > > I have an C# application that uses bitblt to perform animation. The
> > display
> > > is fine, but I would also like to save each frame to an AVI file.
Anyone
> > > know how to do this in C#? Or, and libraries out there for this? Any
> info
> > > would be appreciated.
> > >
> > > Thanks,
> > >
> > > Steve
> > >
> > >
> >
> >
>
>