Click here to Skip to main content
15,895,538 members
Please Sign up or sign in to vote.
2.00/5 (3 votes)
See more:
Hi,

I am currently working on a project in .NET that needs to combine a bunch of bmp image files into MP4. I found a lot of posts that can do this with avi, but yet find anything that can create a mp4 file with bunch of bmp files in .NET.

Is there a way to do this?

any help would be greatly appreciated.

Thanks in advance.
Posted
Updated 12-Jan-12 14:34pm
v2

You are wanting to produce a video from a series of BMP files. That is not a trivial task and you have mentioned MP4, which is a specific format of video file. You will need an MP4 encoder to do that. I provided a Google search link in my reply...that ought to get you started, but it seems like you want instruction, as well....here

.NET MP4 encoding sample
 
Share this answer
 
Comments
instantmaker 17-Jan-12 22:35pm    
Thanks for the insight. I am looking to have this compiled into a library and it will not be used, or at least now, on a web application. I don't mind using a third party library and I create a wrapper for it. but all I found at the moment is only from one video type converting to another video type.
You'll need am MP4 encoder first....
LMGTFY
 
Share this answer
 
Comments
instantmaker 15-Jan-12 21:53pm    
Thanks for the answer. Since I am very new in this area, can you give more insight on what you mean here? thanks and sorry for the trouble.

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