UMV
From MultimediaWiki
(Difference between revisions)
| Revision as of 21:12, 14 May 2009 Reimar (Talk | contribs) ← Previous diff |
Revision as of 21:13, 14 May 2009 Reimar (Talk | contribs) Next diff → |
||
| 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 21:13, 14 May 2009
- Extension: UMV
- Samples: http://samples.mplayerhq.hu/game-formats/umv/
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).
