Working with AVI files

Keywords: C#, Programming under Windows,

This tutorial provide to those who are interested, a quick way to handle AVI files. For this tutorial it is assumed that the reader:

   - wants to learn how to handle AVI files;
   - has some C# programming knowledge;
   - want to write programs under Windows;
  

This tutorial's purpose is to respund to questions like:

   - WHY DO I NEED THIS?
   - How complicate is to handle AVI files
   - How difficult is to understand them?
   - Do I really need to be an expert programmer to be able to write such a code, or these things are not so complicated?
  

This tutorial is structured as below:

Tutorial 1 - A Little Bit of Description
Tutorial 2 - Getting started
Tutorial 3 - Getting AVI file information
Tutorial 4 - Decompose an AVI to a Set of Bitmaps
Tutorial 5 - Create an AVI from a Set of Bitmaps

Home