Acorn Replay
From Just Solve the File Format Problem
(Difference between revisions)
DavidBoddie (Talk | contribs) (→Resources) |
DavidBoddie (Talk | contribs) |
||
Line 12: | Line 12: | ||
* [http://www.chiark.greenend.org.uk/~theom/riscos/docs/apps/ReplayFormat.txt Playing 16 bit music, samples etc] - an early description of the container format | * [http://www.chiark.greenend.org.uk/~theom/riscos/docs/apps/ReplayFormat.txt Playing 16 bit music, samples etc] - an early description of the container format | ||
* [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://bitbucket.org/dboddie/replay Python module and examples] - really simple proof of concept code for extracting key frames and audio from certain types of Replay movies |
Revision as of 22:50, 9 December 2012
Overview
Acorn Replay is an audio/video container (file type AE7, ARMovie) that was the native multimedia format on RISC OS systems.
Resources
- Playing 16 bit music, samples etc - an early description of the container format
- 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