File Reference - AMF Header
The AMF header is essentially the same as a Microsoft AVI header. However, AMF file
readers, such as HyperGraph, use partial information
from the header block. Note the following portion of a HEX dump from an AMF file,
with the portions used by an AMF reader highlighted:
- Light Green
- Number of frames stored least significant byte (LSB) first.
- Royal Blue
- Width of the image in pixels stored LSB first.
- Dark Pink
- Height of the image in pixels stored LSB first.
- Cyan
- Byte offset stored as a long integer (4 bytes) and stored LSB first.
- Red
- Four Character Code (4CC), which identifies compression type.
- Yellow
- Denotes the end of the AMF header section.