Hi, there are a number of sources (ONE, TWO and THREE) which show how to use VB6 to create a video file from BMPs, does anybody have any tutorials / links / suggestions for doing this in VB.NET?
If anybody is interested, I have found a couple of examples of this in C#. I'm going to try (with very limited knowledge of C# at the moment!) to create some sort of DLL which will handle these functions.
I ended up using Windows Media Encoder SDK to record video rather then going down the route of converting BMP images to AVI. I am not really satisfied with my solution but it was the best i could do with the information available on this subject.
I found it next to impossible to find any working examples of recording from the screen to .avi using Visual Basic.net . There are a couple of really old VB6 or C# examples floating about on the net but these just fail to compile or i am unable to update them to .NET standard due to the code being rocket science. There are also a lot of 'record from webcam' examples about but these are also useless and not what i wanted.
Windows Media Encoder SDK isnt great capture quality and doesnt support DivX Etc but its fairly easy to code (Poorly documented however). It allows you to record from the screen to .WMV which is better then nothing :-(
Development Enviroment: Visual Studio 2008, VB.NET