Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BMP to AVI component

Status
Not open for further replies.

Strannik

Programmer
Jul 4, 2002
132
UA
Hi, all!

I need to compose avi file using a lot of pictures(mostly BMP). Does anybody know a component with similar features or set of routines to implement such a functionality ?

Thanks in advance!
 
Thanks, Stretchwickster !

But this page lacks needed information,it mostly contains demos without source code.
 
Hi,
If you need some Quick and dirty solution:

Put a TImage on a Form,
load all bitmaps in a TImageList,
put a TTimer

OnTimer change the image with the next in the ImageList.

Ciao,
Geppo Darkson.
 
The problem is urgent again.
Geppo, your solution is helpfull when previewing AVI but I need to CREATE image sequences in any video stream format(AVI, MPEG, atc). So please , any help would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top