Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to convert images in my folder to a video, i tried a little bit searching and found stuff like the AVIWrapper, WME, BytesScout, Splicer but none of them seems to be working may be i am missing few lines of code.

What i have done till now is i am taking screen shots of my desktop saving the pics in one folder and then playing those pics in the image view using animation one by one, well this is not exactly what i have planned, I just want that all the images that i am saving in my folder needs to be converted into a video file

So could you please guide me on how to convert set of images present in any document into a video file (format of the video is not that important any format would do).

Thanks and Regards

R@v1
Posted
Updated 17-Dec-12 16:01pm
v3

I worked on similar project a couple months ago and I remember I searched codeproject and finding some interesting and helpful posts.
One of them lead me to the project in the following link:
Generate video from images

It was very helpful in my case, and I hope it is in yours.
 
Share this answer
 
Comments
R@v1 17-Dec-12 21:58pm    
@Joseph: As per your answer i downloaded the project and when i ran it on my machine its giving me reference missing error which says that LeadTools.Multimedia and some other Leadtools stuff seems to be missing, How did you resolved this issue or did you even get this issue ? I am using VS2010
Joseph-Ali 20-Dec-12 4:04am    
I believe you have to have their DLLs for the project to work. They have free evaluation setup that you can download. You will just need to know the logic of the project.
Some links are given over here;
how to convert images into video in C#[^]
 
Share this answer
 
Comments
R@v1 16-Dec-12 4:48am    
Do you have any exp with ffmpeg currently i am looking into it

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