Click to See Complete Forum and Search --> : Creating AVI FIles


Rockmover
February 25th, 2005, 02:22 PM
Can anyone tell me how t create AVI files in C#? I’m using DirectX 9, so I could output a bmp file, and then create the avi from there. I would rather do it directly however if possible.

I've been searching the net with no luck. I have looked at:

http://www.codeproject.com/cs/media/DirectXCapture.asp

http://www.codeproject.com/cs/media/aviFileWrapper.asp

But neither seems to work.

If anyone can point me to so other info I'd greatly appreciate it.