AlionSolutions
March 25th, 2004, 07:35 AM
Hi once again,
here's that guy with those weird questions again. :D
Ok, since I posted another posting related to this and in a not too exact speech in the wrong forum ;) I want to try it again with a more accurate attempt:
I want to create a video from frames that are computed by my application.
This means: My application does some computing and the results are images. Those images should immediately go to a video-file (compression might be a good idea ) :cool: )
After all there should be a video-file containing all frames computed be my application.
I don't care if the video is directly made of the HBiitmap's from memory, or the frames are to be first stored on Harddisk and composed afterwards.
The only thing that is important is, that the user of my application presses a button, rendering is done, and the result is a (hopefully) good compressed video.
Ok, so far I read a bit about codecs.And , man, there's much to read. Somehow, I know, there MUST be a standard-interface equal in all of them. And I believe there must be some API which I can call and a API-Function that is called "AddFrame" or so.... I don't know :blush:
And yeah, this is my question: Has anybody any good understandable information about this ? Maybe a Link to a website where I can study the techniques of creating a video-file and using a (selectable) codec to add frames to it ?
I will appreciate any helpfull information.
Thanks in advance:
Juergen
here's that guy with those weird questions again. :D
Ok, since I posted another posting related to this and in a not too exact speech in the wrong forum ;) I want to try it again with a more accurate attempt:
I want to create a video from frames that are computed by my application.
This means: My application does some computing and the results are images. Those images should immediately go to a video-file (compression might be a good idea ) :cool: )
After all there should be a video-file containing all frames computed be my application.
I don't care if the video is directly made of the HBiitmap's from memory, or the frames are to be first stored on Harddisk and composed afterwards.
The only thing that is important is, that the user of my application presses a button, rendering is done, and the result is a (hopefully) good compressed video.
Ok, so far I read a bit about codecs.And , man, there's much to read. Somehow, I know, there MUST be a standard-interface equal in all of them. And I believe there must be some API which I can call and a API-Function that is called "AddFrame" or so.... I don't know :blush:
And yeah, this is my question: Has anybody any good understandable information about this ? Maybe a Link to a website where I can study the techniques of creating a video-file and using a (selectable) codec to add frames to it ?
I will appreciate any helpfull information.
Thanks in advance:
Juergen