[Scummvm-cvs-logs] CVS: scummvm readme.txt,1.27,1.28

Nicolas Bacca arisme at users.sourceforge.net
Wed Apr 17 23:34:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv30700

Modified Files:
	readme.txt 
Log Message:
Update MP3 CD encoding informations

Index: readme.txt
===================================================================
RCS file: /cvsroot/scummvm/scummvm/readme.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** readme.txt	17 Apr 2002 17:31:05 -0000	1.27
--- readme.txt	18 Apr 2002 06:33:31 -0000	1.28
***************
*** 296,302 ****
  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:
  
! lame -h -t -q 0 --vbr-new -V 9 -b 24 -B 32 --resample 22.05 track1.wav track1.mp3
  
  Compressing MONSTER.SOU with MP3:.
--- 296,302 ----
  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 in Constant Bit Rate sampled at 22 kHz. This can be done with the following LAME command line:
  
! lame -t -q 0 -b 96 --resample 22.05 track1.wav track1.mp3
  
  Compressing MONSTER.SOU with MP3:.





More information about the Scummvm-git-logs mailing list