CONTENTS

Home
Projects
  Electronics
  Graphics
  Java
  Java Mobile
  Other Stuff
Resume
Music
Links To Friends
Pictures
Contact



AVI Video

Related pages on www.mikekohn.net: SSE Image Processing, GIF, TIFF, BMP/RLE, JPEG, AVI, kunzip, gif2avi, Ringtone Tools, yuv2rgb

Read AVI - AVI Header Dumper

The AVI file format is an audio/video file "container" that can hold raw video, mjpeg, xvid, divx, and many other compressed audio and video formats. This simple little program is an example how to parse AVI files and will dump the AVI headers from a file. I found this program quite useful for debugging AVI files created by programs I wrote and for figuring out what video codecs an AVI file using.

I updated this program on April 10, 2010 to support AVI's with multiple streams. I also changed the output to make a little more sense (I hope).

For a library that creates avi file, check out my libkohn_avi library.

Download

readavi-2010-04-10.tar.gz (Source Code)
readavi-2010-04-10.zip (Source Code)



Copyright 1997-2010 - Michael Kohn

This page was designed to work with all standard HTML compatible web browsers including Firefox, IE, Safari, and Links.