Creating an Avi with C++

I'm using the new Visual C++ Express and want to create a simple Avi file from a series of existing images. I found some sample source code including functions such as CreateAvi(), but do not know which libraries are needed to compile and link. Will I need to download an SDK? Which one? Thanks for the help.

[316 byte] By [vectorg] at [2007-12-23]
# 1

To write an AVI file, you'll need DirectShow.

If you're running the Windows Vista Beta2 and want to use the Beta 2 Windows SDK, you can get it here: http://www.microsoft.com/downloads/details.aspx?familyid=13F8E273-F5EA-4B7B-B022-97755838DB94&displaylang=en

If you're looking for the Platform SDK for earlier versions of the OS (like XP), get it here: http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en

Having said all that, this forum is for Media Foundation, the new multimedia platform for Windows Vista. So if you want to ask further questions on DirectShow, I recommend this forum instead: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=129&SiteID=1

Becky

BeckyWeiss-MSFT at 2007-8-30 > top of Msdn Tech,Audio and Video Development,Media Foundation Development...