Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to convert or make video file from image frames ..?
Posted
Comments
Sergey Alexandrovich Kryukov 1-Oct-12 12:57pm    
If this has to be prorammatical, you need to tag the language and the platform. If you want to use some available software -- just the platform; but you can find such software by yourself -- this is not a big deal.
--SA
aasikRaja 18-Oct-12 7:20am    
u can use direct show and its editing services to do this.see msdn about directshow.
Sergey Alexandrovich Kryukov 18-Feb-13 13:30pm    
Please stop re-posting the same question. This is spamming.
You asked 3 times before; if you have question, use "Improve questions", ask follow-up questions in comments.
—SA

Too bad you did not specify anything.

So, using the multiplatform approach can help you in all cases; even if you want to do something like that programmatically. I would use ffmpeg, open-source and multiplatform:
http://en.wikipedia.org/wiki/Ffmpeg[^],
http://ffmpeg.org/[^].

Here is how:
http://electron.mit.edu/~gsteele/ffmpeg/[^],
http://stackoverflow.com/questions/2829113/ffmpeg-create-a-video-from-images[^],
http://stackoverflow.com/questions/7468274/ffmpeg-images-to-video-script-anyone[^].

—SA
 
Share this answer
 
Do you mean that you want to generate a video from images? if yes, there are many forums on Codeproject and Stackoverflow.
I found a link (I'm not sure were) to a project that does generate videos from images on disk but I think the same operations apply to images in memory.
video
 
Share this answer
 
you can use the Samples\AsfCreate project in WindowsMediaNet Samples.

It creates an Asf or WMV file from a collection of bitmaps.

you can download this library and sample projects from here http://WindowsMediaNet.SourceForge.net[^]
 
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