UMV: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:


The format is split into individual "packets", with no special header.
The format is split into individual "packets", with no special header.
Each packet starts with 4 bytes packet size (little-endian, including the size itself), followed by the size value of the previous packet (0 if there is no previous one).
Each packet starts with 4 bytes packet size (big-endian, including the 4 bytes for the size itself), followed by the size value of the previous packet (0 if there is no previous one).

Revision as of 14:13, 14 May 2009

UMV is (suspected to be) a full motion video file format used in the DOS game Are You Afraid of the Dark? The Tale of Orpheo's Curse.

The format is split into individual "packets", with no special header. Each packet starts with 4 bytes packet size (big-endian, including the 4 bytes for the size itself), followed by the size value of the previous packet (0 if there is no previous one).