summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-05-13 03:02:11 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-05-13 03:02:11 +0000
commit86dd599aa8887e656f50d70e3e6318d6c05360c1 (patch)
treeaad3806efbc62954adfcf22473aecb5131edbc22 /docs
parent5c918815e4b16c623a313e983f38d8febebf1526 (diff)
Added uncompressed AVI recording. Extended aviio to be able
to write RGB bitmaps. Unfortunately, the only option is fully uncompressed, which means the resulting AVIs are *HUGE* and may not play correctly in realtime due to high data rate. The intention is that these uncompressed AVIs are post-processed by other utilities to compress the video and produce a realtime playable result. Added new command-line option -aviwrite which works just like -mngwrite, except it produces AVIs and streams sound to them. Updated documentation accordingly. Shift+F12 still produces MNGs for now, though this might change in the future. Modified fileio.c to retain the full pathname to the file so that it can be queried while the file is open.
Diffstat (limited to 'docs')
-rw-r--r--docs/config.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config.txt b/docs/config.txt
index dedb7502bb1..b71b46a3ea9 100644
--- a/docs/config.txt
+++ b/docs/config.txt
@@ -461,6 +461,12 @@ Core state/playback options
for that, and reassemble the audio/video using offline tools. The
default is NULL (no recording).
+-aviwrite <filename>
+
+ Stream video and sound data to the given <filename> in AVI format,
+ producing an animation of the game session complete with sound. The
+ default is NULL (no recording).
+
-wavwrite <filename>
Writes the final mixer output to the given <filename> in WAV format,