Link to home
Start Free TrialLog in
Avatar of xinc000
xinc000

asked on

Programmatically encode image to AVI/MPG

I'm working on a project that needs to programmatically take a series of image files and encode them, with background audio, into a video (esentially creating a slideshow). The image and output video formats are flexible, though the video will ultimately be converted to divx. Any suggestions on how to approach this, or third-party controls, are appreciated.
ASKER CERTIFIED SOLUTION
Avatar of y2ksw
y2ksw

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Richie_Simonetti
interesting...
Avatar of xinc000
xinc000

ASKER

y2ksw, Many thanks! The BMP2AVI example code is exactly what I needed. This made my day. = )