vote up 2 vote down star

Is there any .NET libraries to generate video files (any type) from a given sequence of bitmap images?

flag

3 Answers

vote up 1 vote down

You could try this:

http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx

It is written in C# and it can create a avi video stream from a list of bitmaps.

link|flag
Thanks Presidenten, I had to put that project on hold but I'll definetely have a look at your link. – Claudio Mar 5 at 3:49
vote up 1 vote down

You can use Splicer to do this.

Please see example 3 at http://www.codeplex.com/splicer/Wiki/View.aspx?title=News%20Feeds&referringTitle=Home

link|flag
Thanks Anders, I had to put that project on hold but I'll definetely have a look at your link. – Claudio Mar 5 at 3:50
vote up 0 vote down

Sorry a bit late to this thread but I Bitmap to video uses old vfw technology to do the job in C#

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.