Creating a video out of a set of images

Viewed 8895

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.

1 Answers
Related