aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bacca2002-04-18 06:33:31 +0000
committerNicolas Bacca2002-04-18 06:33:31 +0000
commit26781c7b3e9b09c75ca55cd7aa40824ccf5d694a (patch)
tree80a30a2959ee77be2f63a31471be09402597c05c
parent4773db075e75c8844fadc5c9fcca6dd19a22c632 (diff)
downloadscummvm-rg350-26781c7b3e9b09c75ca55cd7aa40824ccf5d694a.tar.gz
scummvm-rg350-26781c7b3e9b09c75ca55cd7aa40824ccf5d694a.tar.bz2
scummvm-rg350-26781c7b3e9b09c75ca55cd7aa40824ccf5d694a.zip
Update MP3 CD encoding informations
svn-id: r3988
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 4a838a4dd3..d7640c6c75 100644
--- a/readme.txt
+++ b/readme.txt
@@ -295,9 +295,9 @@ Using MP3 files for CD audio:
Use LAME or some other mp3 encoder to rip the cd audio tracks to files. Name
the files track1.mp3 track2.mp3 etc. ScummVM must be compiled with MAD support
to use this option. You'll need to rip the file from the CD as a WAV file, then
-encode the MP3 files with the following LAME command line:
+encode the MP3 files in Constant Bit Rate sampled at 22 kHz. This can be done with the following LAME command line:
-lame -h -t -q 0 --vbr-new -V 9 -b 24 -B 32 --resample 22.05 track1.wav track1.mp3
+lame -t -q 0 -b 96 --resample 22.05 track1.wav track1.mp3
Compressing MONSTER.SOU with MP3:.
---------------------------------