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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Working with AVI files in windows

Status
Not open for further replies.

MRANFTL

Programmer
Mar 27, 2001
3
US
I'd like to create a small windows or dos console app in Visual C++ that will open AVI files in a batch and print out each file's properties to a file, like height and width, number of colors, and frames per sec. Does anyone know of the functions and libraries I should use?

Thanks in advance

Mason
 
On would figure that you should be able to open the file as binary and read the header to obtain this info:


This is the closest link I've found so far, but might not be what you need.

Mearly create a structure that represents the header and use fread() to read it using the structure profile.

Try this as well:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top