Space Adventure MOV

From MultimediaWiki
Jump to navigation Jump to search

Space Adventure is a 1993 CD-ROM title by Knowledge Adventure. It uses a multimedia format with the extension .mov which is not the Apple QuickTime format. It is likely a video-only format as a different directory on the CD-ROM contains Creative Voice files with similar filenames.

The files start with the following header (all values are little-endian):

 4 bytes - KAMv
 1 byte  - file version (should be 1 or 2)
 3 bytes - should be zero
 2 bytes - number of tiles(?) in low 15 bits (usually the value is 0x8080)
 num_tiles * 2 * 4 bytes - tile data(?)
 2 bytes - number of frames
 num_frames * 2 bytes - frame sizes
 2 bytes - some table size (usually 256)
 table_size bytes - some table
 frame data