ReelMagic¶
The ReelMagic (also known as REALmagic) was an MPEG-1 hardware decoder card from Sigma Designs, released in 1993. At a time when PCs could barely handle software video playback, this card enabled smooth full-motion video in a handful of DOS games, Return to Zork, Lord of the Rings, and The Horde among them.
Only a small number of titles ever supported it, so this is a niche feature. If you’re not specifically trying to run one of those games, you can safely ignore this section entirely.
The following DOS games are known to use the ReelMagic card:
Configuration settings¶
You can set the ReelMagic parameters in the [reelmagic] configuration
section.
reelmagic¶
-
ReelMagic (aka REALmagic) MPEG playback support.
Possible values:
offdefault – Disable support.cardonly– Initialise the card without loading theFMPDRV.EXEdriver.on– Initialise the card and load theFMPDRV.EXEon startup.
reelmagic_key¶
-
Set the 32-bit magic key used to decode the game’s videos.
Possible values:
autodefault – Use the built-in routines to determine the key.common– Use the most commonly found key, which is0x40044041.thehorde– Use The Horde’s key, which is0xC39D7088.<custom>– Set a custom key in hex format (e.g.,0x12345678).
reelmagic_fcode¶
-
Override the frame rate code used during video playback.
Possible values:
0default – No override: attempt automatic rate discovery.1to7– Override the frame rate to one of the following: 1=23.976, 2=24, 3=25, 4=29.97, 5=30, 6=50, or 7=59.94 FPS.