diff options
author | Travis Howell | 2007-07-23 03:01:07 +0000 |
---|---|---|
committer | Travis Howell | 2007-07-23 03:01:07 +0000 |
commit | bb44161189101838e8d22a87fb82d955b1c5fb31 (patch) | |
tree | 2ba087586f589308201a854e85bf0d739b773514 | |
parent | e243dc8e365cf3066699679ab2c84cae19091c3f (diff) | |
download | scummvm-rg350-bb44161189101838e8d22a87fb82d955b1c5fb31.tar.gz scummvm-rg350-bb44161189101838e8d22a87fb82d955b1c5fb31.tar.bz2 scummvm-rg350-bb44161189101838e8d22a87fb82d955b1c5fb31.zip |
Remove recommended FLAC options, as they are now default.
svn-id: r28177
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1364,7 +1364,7 @@ than MP3, so have a good book handy. ------ ---------------------------------------- As above, but ScummVM must be compiled with Flac support. Run: - compress_scumm_sou --flac --best -b 1152 monster.sou + compress_scumm_sou --flac monster.sou This should produce a smaller monster.sof file, which you should copy to your game directory. Remember that the quality is always the same, varying encoder @@ -1403,7 +1403,7 @@ For Ogg Vorbis add --vorbis to the options, i.e. For Flac add --flac and optional parameters, i.e. - compress_agos --flac --best -b 1152 + compress_agos --flac Eventually you will have a much smaller *.mp3, *.ogg or *.fla file, copy this file to your game directory. You can safely remove the old file. |