Fixed NeroAAC download URL.

This commit is contained in:
LoRd_MuldeR 2016-09-22 20:31:45 +02:00
parent 679baa2049
commit 9a697f11b0
4 changed files with 8 additions and 9 deletions

View File

@ -268,12 +268,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<h3 id="nero-digital-aac-encoder"><span class="header-section-number">4.3.1</span> Nero Digital AAC Encoder</h3>
<p>First of all, you need to download the Nero AAC encoder from the official Nero Digital web-site. The download is free of charge:</p>
<ul>
<li><a href="http://www.nero.com/eng/company/about-nero/nero-aac-codec.php" class="uri">http://www.nero.com/eng/company/about-nero/nero-aac-codec.php</a></li>
<li><a href="http://www.videohelp.com/software/Nero-AAC-Codec" class="uri">http://www.videohelp.com/software/Nero-AAC-Codec</a></li>
<li><a href="http://www.free-codecs.com/download/Nero_AAC_Codec.htm" class="uri">http://www.free-codecs.com/download/Nero_AAC_Codec.htm</a></li>
<li><a href="http://www.majorgeeks.com/files/details/nero_aac_codec_(formerly_nero_digital_audio).html" class="uri">http://www.majorgeeks.com/files/details/nero_aac_codec_(formerly_nero_digital_audio).html</a></li>
<li><a href="http://ftp6.nero.com/tools/NeroAACCodec-1.5.1.zip" class="uri">http://ftp6.nero.com/tools/NeroAACCodec-1.5.1.zip</a></li>
</ul>
<p>Simply scroll down, click the &quot;I agree&quot; button, and enter <code>user@example.com</code> when asked for an e-mail address. Finally, click the &quot;Download&quot; button, which initates the download of the required <code>NeroAACCodec-1.5.1.zip</code> file.</p>
<p><em>Note:</em> Although the ZIP file is called <code>NeroAACCodec-1.5.1.zip</code>, it actually contains version <strong>1.5.4.0</strong> of the Nero AAC encoder software. Please check the included <code>changelog.txt</code> to verify this!</p>
<p><em>Note:</em> Although the ZIP file is sometimes called <code>NeroAACCodec-1.5.1.zip</code>, it may actually contains version <strong>1.5.4.0</strong> of the Nero AAC encoder software. Check the included <code>changelog.txt</code> to verify this!</p>
<p><img src="img/lamexp/setup_4a.png" alt="Figure" /></p>
<p>Now open the downloaded ZIP file with your favourite file archive software (we recommend using <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/download.htm">WinRAR</a>) and navigate to the &quot;win32&quot; sub-directory.</p>
<p><img src="img/lamexp/setup_4b.png" alt="Figure" /></p>

View File

@ -257,13 +257,12 @@ LameXP can use the **Nero Digital** AAC encoder as well as the **QAAC** (Apple i
First of all, you need to download the Nero AAC encoder from the official Nero Digital web-site. The download is free of charge:
* <http://www.nero.com/eng/company/about-nero/nero-aac-codec.php>
* <http://www.videohelp.com/software/Nero-AAC-Codec>
* <http://www.free-codecs.com/download/Nero_AAC_Codec.htm>
* <http://www.majorgeeks.com/files/details/nero_aac_codec_(formerly_nero_digital_audio).html>
* <http://ftp6.nero.com/tools/NeroAACCodec-1.5.1.zip>
Simply scroll down, click the "I agree" button, and enter ``user@example.com`` when asked for an e-mail address. Finally, click the "Download" button, which initates the download of the required ``NeroAACCodec-1.5.1.zip`` file.
*Note:* Although the ZIP file is called ``NeroAACCodec-1.5.1.zip``, it actually contains version **1.5.4.0** of the Nero AAC encoder software. Please check the included ``changelog.txt`` to verify this!
*Note:* Although the ZIP file is sometimes called ``NeroAACCodec-1.5.1.zip``, it may actually contains version **1.5.4.0** of the Nero AAC encoder software. Check the included ``changelog.txt`` to verify this!
![Figure](img/lamexp/setup_4a.png)

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 6
#define VER_LAMEXP_BUILD 1904
#define VER_LAMEXP_BUILD 1906
#define VER_LAMEXP_CONFG 1818
///////////////////////////////////////////////////////////////////////////////

View File

@ -64,7 +64,7 @@
#define MAKE_TRANSPARENT(WIDGET) do { QPalette _p = (WIDGET)->palette(); _p.setColor(QPalette::Background, Qt::transparent); (WIDGET)->setPalette(_p); } while(0)
//Constants
const char *AboutDialog::neroAacUrl = "http://www.nero.com/eng/company/about-nero/nero-aac-codec.php"; //"http://www.videohelp.com/tools/Nero-AAC-Codec";
const char *AboutDialog::neroAacUrl = "http://www.videohelp.com/software/Nero-AAC-Codec"; //"http://www.nero.com/eng/company/about-nero/nero-aac-codec.php"
const char *AboutDialog::disqueUrl = "http://muldersoft.com/?player_url=38X-MXOB014";
//Contributors