Acorn Replay
From Just Solve the File Format Problem
(Difference between revisions)
(Added software and sample files) |
Ccawley2011 (Talk | contribs) |
||
Line 13: | Line 13: | ||
* [https://archive.org/details/cdrom-riscos-datafile-pdcd4 The Datafile PD CD 4] → REPLAY/FALCONS | * [https://archive.org/details/cdrom-riscos-datafile-pdcd4 The Datafile PD CD 4] → REPLAY/FALCONS | ||
* http://samples.ffmpeg.org/game-formats/rpl/ | * http://samples.ffmpeg.org/game-formats/rpl/ | ||
+ | * http://samples.ffmpeg.org/archive/container/rpl/ | ||
* https://telparia.com/fileFormatSamples/video/acornReplayVideo/ | * https://telparia.com/fileFormatSamples/video/acornReplayVideo/ | ||
+ | * https://timil.com/riscos/replay/ | ||
== Resources == | == Resources == | ||
Line 19: | Line 21: | ||
* [http://www.chiark.greenend.org.uk/~theom/riscos/docs/apps/AcornReplayMovingBlocks.txt Re: Replay codec sources] - A description of the Moving Blocks video codec used in many Replay files | * [http://www.chiark.greenend.org.uk/~theom/riscos/docs/apps/AcornReplayMovingBlocks.txt Re: Replay codec sources] - A description of the Moving Blocks video codec used in many Replay files | ||
* [http://multimedia.cx/formats.html Multimedia Formats] - contains an updated version of the above document with a more comprehensive list of codecs | * [http://multimedia.cx/formats.html Multimedia Formats] - contains an updated version of the above document with a more comprehensive list of codecs | ||
− | * [https:// | + | * [https://gitlab.com/dboddie/acorn-replay Python module and examples] - really simple proof of concept code for extracting key frames and audio from certain types of Replay movies |
[[Category:RISC OS]] | [[Category:RISC OS]] |
Revision as of 16:08, 4 October 2022
Contents |
Overview
Acorn Replay is an audio/video container (file type AE7, ARMovie) that was the native multimedia format on RISC OS systems.
Software
- FFmpeg (limited support)
Sample files
- The Datafile PD CD 4 → REPLAY/FALCONS
- http://samples.ffmpeg.org/game-formats/rpl/
- http://samples.ffmpeg.org/archive/container/rpl/
- https://telparia.com/fileFormatSamples/video/acornReplayVideo/
- https://timil.com/riscos/replay/
Resources
- Playing 16 bit music, samples etc - an early description of the container format
- Re: Replay codec sources - A description of the Moving Blocks video codec used in many Replay files
- Multimedia Formats - contains an updated version of the above document with a more comprehensive list of codecs
- Python module and examples - really simple proof of concept code for extracting key frames and audio from certain types of Replay movies