Cyclemania Video: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
m (typo)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
* Samples: http://samples.mplayerhq.hu/game-formats/cyclemania/
* Samples: http://samples.mplayerhq.hu/game-formats/cyclemania/


Cyclemania is a 1994 DOS game published by Accolade. It's a motorcycle racing game with a full motion video backdrop. Video in the game is handled with 4 files per animation:
[http://www.mobygames.com/game/cyclemania Cyclemania] is a 1994 DOS game published by Accolade. It's a motorcycle racing game with a full motion video backdrop. Video in the game is handled with 4 files per animation:


* .COL file: color palette, always 776 bytes (2 32-bit numbers followed by 256 RGB triplets)
* .COL file: color palette, always 776 bytes (2 32-bit numbers followed by 256 RGB triplets)
* .FRM file: unknown
* .FRM file: unknown
* .HED file: header data including width and height and some other information
* .HED file: header data including width and height and some other information
* .VID file: the size and extension of this file indicates that it hold the raw video data
* .VID file: the size and extension of this file indicate that it hold the raw video data


[[Category:Game Formats]]
[[Category:Game Formats]]
[[Category:Undiscovered Video Codecs]]
[[Category:Undiscovered Video Codecs]]

Latest revision as of 09:04, 12 July 2011

Cyclemania is a 1994 DOS game published by Accolade. It's a motorcycle racing game with a full motion video backdrop. Video in the game is handled with 4 files per animation:

  • .COL file: color palette, always 776 bytes (2 32-bit numbers followed by 256 RGB triplets)
  • .FRM file: unknown
  • .HED file: header data including width and height and some other information
  • .VID file: the size and extension of this file indicate that it hold the raw video data