From: LoRd_MuldeR Date: Fri, 30 May 2014 16:06:16 +0000 (+0200) Subject: Updated F.A.Q. document and Changelog. X-Git-Tag: Release_410~7 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=16e40f2bf2a3d9ddfacd5e7442460f68d3c7737e;p=lamexp%2FLameXP.git Updated F.A.Q. document and Changelog. --- diff --git a/doc/Changelog.html b/doc/Changelog.html index b089b25a..a90995da 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -24,7 +24,10 @@ a:visited { color: #0000EE; }
  • Updated MediaInfo to v0.7.69 (2014-04-26), compiled with ICL 14.0 and MSVC 12.0
  • Updated mpg123 decoder to v1.19.0 (2014-03-08), compiled with GCC 4.8.2
  • Fixed a bug that could cause the cover artwork to be lost under certain circumstances +
  • Fixed "overwrite existing file" mode to NOT delete the input file +
  • Some more tweaks to the LAME algorithm quality selector
  • Added command-line options to adjust the LameXP font size (see FAQ doc for details) +
  • Various bugfixes and code improvements
    Changes between v4.08 and v4.09 [2014-01-26]:
    For (new) VBR mode only: -
    -The "algorithm quality" options available in LameXP will be mapped to "0", "3", "7" and "9", respecitly. Note
    -that option "0" (best quality) is only very slightly better than "3" (high quality), but significant slower!

    +
  • 0 to 4: All features of the other modes, best search when applying Huffman coding +
  • 5 to 6: All features of 7, calculat/consider actual quantisation noise, enable subblock gain +
  • 7 to 9: This level uses a psy-model but does *NOT* calculate quantisation noise +Note that the LAME switches "-h" and "-f" are simply aliases for mode '2' and '7', respectively!