ARMovie: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(Small cleanup: audio is definitely IMA ADPCM, patch was integrated into ffmpeg svn)
(Lords of Midnight uses this format)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
* Extensions: rpl
* Extensions: rpl
* Technical Description: [http://multimedia.cx/AE7doc.txt http://multimedia.cx/AE7doc.txt]
* Technical Description: http://multimedia.cx/AE7doc.txt
* Samples: [http://samples.mplayerhq.hu/game-formats/rpl/ http://samples.mplayerhq.hu/game-formats/rpl/]
* Samples: http://samples.mplayerhq.hu/game-formats/rpl/


ARMovie is ostensibly a multimedia container format used on Acorn RISC computer systems. Perhaps the most curious aspect of the format's design is its use of variable-length strings in the file header.  
ARMovie is ostensibly a multimedia container format used on Acorn RISC computer systems. Perhaps the most curious aspect of the format's design is its use of variable-length strings in the file header.  
Line 14: Line 14:
* [http://www.mobygames.com/game/windows/joint-strike-fighter-jsf Joint Strike Fighter] ([[Escape 130]])
* [http://www.mobygames.com/game/windows/joint-strike-fighter-jsf Joint Strike Fighter] ([[Escape 130]])
* [http://www.mobygames.com/game/windows/legacy-of-kain-soul-reaver Legacy of Kain: Soul Reaver] ([[Escape 130]])
* [http://www.mobygames.com/game/windows/legacy-of-kain-soul-reaver Legacy of Kain: Soul Reaver] ([[Escape 130]])
* [http://www.mobygames.com/game/dos/lords-of-midnight Lords of Midnight] ([[Escape 122]])
* [http://www.mobygames.com/game/dos/tomb-raider Tomb Raider] ([[Escape 124]])
* [http://www.mobygames.com/game/dos/tomb-raider Tomb Raider] ([[Escape 124]])
* [http://www.mobygames.com/game/windows/tomb-raider-ii-the-dagger-of-xian Tomb Raider II] ([[Escape 130]])
* [http://www.mobygames.com/game/windows/tomb-raider-ii-the-dagger-of-xian Tomb Raider II] ([[Escape 130]])
* [http://www.mobygames.com/game/windows/tomb-raider-iii-adventures-of-lara-croft Tomb Raider III]
* [http://www.mobygames.com/game/windows/tomb-raider-iii-adventures-of-lara-croft Tomb Raider III] ([[Escape 130]])
* [http://www.mobygames.com/game/windows/warzone-2100 Warzone 2100] ([[Escape 130]])
* [http://www.mobygames.com/game/windows/warzone-2100 Warzone 2100] ([[Escape 130]])


[[Category:Container Formats]]
[[Category:Container Formats]]
[[Category:Game Formats]]
[[Category:Game Formats]]

Latest revision as of 22:19, 11 July 2011

ARMovie is ostensibly a multimedia container format used on Acorn RISC computer systems. Perhaps the most curious aspect of the format's design is its use of variable-length strings in the file header.

While apparently designed as a general container format, its most most notable use is in various Eidos Interactive computer games (using the extension rpl for Replay) including the Tomb Raider series. These FMV files contain video encoded with the ESCAPE video codec, and the audio is either uncompressed PCM or a custom IMA ADPCM variant.

PC Games That Use RPL Files