Generating video from a sequence of images in C#

c#, ffmpeg, image, video, windows

Solution

http://electron.mit.edu/~gsteele/ffmpeg/ http://www.codeproject.com/Articles/7388/A-Simple-C-Wrapper-for-the-AviFile-Library http://ffmpeg.org/ffmpeg.html -> search for For creating a video from many images:

All the links are from this question on SO

Link related to FFMPEG in .net (From this question);

FFMpeg.NET FFMpeg-Sharp FFLib.NET http://ivolo.mit.edu/post/Convert-Audio-Video-to-Any-Format-using-C.aspx

Other resources Expression Encoder VLC

Problem

I have a task of generating video from a sequence of images in my app and while searching for that i found out that FFMPEG is able to do that.Can anyone provide me any tutorial or link which can guide me in right direction.I am a newbiew in this so please help appropriately guys. Will appreciate any sort of help

Original source

Related problems