aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobert Göffringmann2004-10-14 08:36:04 +0000
committerRobert Göffringmann2004-10-14 08:36:04 +0000
commit600087ceae2d577f4f771ab87aa1685bd206496c (patch)
tree6ae8dded6dd0c7da9dfca74cfb2e220046fbe443 /README
parent73f89577d6de2aae97c93b7f8e5034bfaa868086 (diff)
downloadscummvm-rg350-600087ceae2d577f4f771ab87aa1685bd206496c.tar.gz
scummvm-rg350-600087ceae2d577f4f771ab87aa1685bd206496c.tar.bz2
scummvm-rg350-600087ceae2d577f4f771ab87aa1685bd206496c.zip
document BS1 speech/music compression
svn-id: r15547
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 16 insertions, 2 deletions
diff --git a/README b/README
index 2215e88e28..a7dbce7b94 100644
--- a/README
+++ b/README
@@ -861,10 +861,24 @@ For Flac add --flac and optional parameters, i.e.
Eventually you will have a much smaller *.mp3, *.ogg or *.fla file, copy this
file to your game dir. You can safely remove the old file.
+7.5.7) Compressing speech/music in Broken Sword 1
+------ ------------------------------------------
+The sword1mp3 tool from the scummvm-tools package can encode music and speech
+to mp3 as well as Ogg Vorbis.
+Easiest way to encode the files is simply copying the executable into your
+BS1 directory (together with the lame encoder) and run it from there.
+This way, it'll automatically encode everything to mp3.
+Afterwards, you can manually remove the SPEECH?.CLU files and the wave music files.
+
+Running "sword1mp3 --vorbis" will compress the files using Ogg Vorbis instead
+of mp3.
+
+Use "sword1mp3 --help" to get a full list of the options.
+
-7.5.7) Compressing speech/music in Broken Sword 2
+7.5.8) Compressing speech/music in Broken Sword 2
------ ------------------------------------------
-Use our sword2mp3 util rom the scummvm-tools package to perform this task.
+Use our sword2mp3 util from the scummvm-tools package to perform this task.
You can choose between multiple target formats, but note that you can only use
each if ScummVM was compiled with the respective decoder support enabled.