Page 1 of 1

Merge Images into AVI

Posted: Sat Dec 31, 2011 9:38 pm
by GoodGuy17
Hello,

I want to make a screen recording program. I know how to take screenshots rapidly, but I do not know how to merge those frames into a single video file. Is there a library or way to do this? Please provide some code and an explanation for it if you decide to help me.

P.S. I'd like to compile PNG files into an AVI file. 29.97 frames per second, if that matters. As high-def as possible.

~GoodGuy17 :D

Re: Merge Images into AVI

Posted: Mon Jan 02, 2012 6:07 pm
by GoodGuy17
Bump

Re: Merge Images into AVI

Posted: Mon Jan 02, 2012 6:21 pm
by MrAksel
You could use this: http://bytescout.com/products/developer ... video.html
or you can look up the file structure at the codec you want to use and write the code yourself.
http://www.adp-gmbh.ch/csharp/avi/write_avi.html

Re: Merge Images into AVI

Posted: Tue Jan 03, 2012 1:23 pm
by Zulf
Wouldn't that be like...massive lag?

Re: Merge Images into AVI

Posted: Tue Jan 03, 2012 1:31 pm
by MrAksel
Why? Multi-threading can easily solve that.