Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I was wondering if there is any way by which I can make a video using images (say 15 Images) as frames and setting fps or something like that.

For eg I have 15 Images
and I make them Bitmap
Bitmap b1 = new Bitmap(Image)


Please help me if its possible
Posted

If you had done any kind of search, instead of relying on others to do it for you, you might have found A Simple C# Wrapper for the AviFile Library[^], which says that it can "Create a new video stream from a list of bitmaps".
 
Share this answer
 
Comments
ankitpsaraogi 26-Mar-11 14:44pm    
Hmm... Wel I was searching and as soon as I posted this Question, I got the application you were talking about. Anyways Thanks
Do you really need to write your own code in C#?
I use VirtualDUB: http://en.wikipedia.org/wiki/Virtualdub[^] — very good tool, GNU license.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900