Substitution for the templates.

(avi header)            	(stream header)

^                       ^^    $                      $$
<cr>                    ^!    <cr>                   $!
FileName                ^n    fccType                $f
FileSize (exactly)      ^S    fccHandler             $h
FileSize (human view)   ^s    dwFlags                $F
dwMicroSecPerFrame      ^F    dwReserved1            $R
dwMaxBytesPerSec        ^M    dwInitialFrames        $i
dwReserved1             ^R    dwScale                $c
dwFlags                 ^G    dwRate                 $r
dwTotalFrames           ^T    dwStart                $s
dwInitialFrames         ^I    dwLength               $l
dwStreams               ^t    dwSuggestedBufferSize  $b
dwSuggestedBufferSize   ^b    dwQuality          	 $q
dwWidth                 ^x    dwSampleSize           $S
dwHeight                ^y
dwScale                 ^r
dwRate                  ^a
dwStart                 ^A
dwLength                ^N

 add-on in 0.5b - stream data in header - data for the 1st audio
 										  and 1st video stream 

video codec            ^v (e.g. div3, xvid, dv50, mjpg, etc)
bits per pixel         ^B (e.g. 4, 8, 16, 24)
format tag             ^w (number) (todo - convert to text view)
Samples per second     ^D (e.g. 44100, 48000, 22050, 11025)
Chanels                ^C (e.g. 1, 2, 6)
Mono/Stereo/Number     ^c (generating from ^C e.g. Stereo, Mono, 3)

(stream data - video)        (stream data - audio)
biSize           #s    #                   ##
biWidth          #w    wFormatTag          #f
biHeight         #h    nChannels           #H
biPlanes         #p    nSamplesPerSec      #p
biBitCount       #c    nAvgBytesPerSec     #a
biCompression    #C    nBlockAlign         #b
biSizeImage      #S    wBitsPerSample      #B
biXPelsPerMeter  #X    cbSize              #z
biYPelsPerMeter  #Y
biClrUsed        #u
biClrImportant   #i

@            @@ (reserved)
