I’ve been looking much time for creating a video(.avi file) from images using a C# code,
Is there any library that maintain the video creating? I’ve been looking through AviFileWriter library, but that library seems to be too fixed since I need to add some transitions and other elements.
So how can I fulfill my needs using C#? I wouldn’t care if the coding is complex abit.
here a c# project with main AVI function
http://www.codeproject.com/Articles/7388/A-Simple-C-Wrapper-for-the-AviFile-Library
here use of VideoStream to create a video making frames from bmp file