Merge Images into AVI

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts Page 1 of 1
Contributors
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Merge Images into AVI
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
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Merge Images into AVI
GoodGuy17
Bump
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Merge Images into AVI
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
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: Merge Images into AVI
Zulf
Wouldn't that be like...massive lag?
Image
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Merge Images into AVI
MrAksel
Why? Multi-threading can easily solve that.
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
5 posts Page 1 of 1
Return to “Tutorial Requests”