Updated FAQ document.
This commit is contained in:
parent
990d00d0b7
commit
84279b6182
@ -6,7 +6,7 @@
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body { font-family:Monospace; font-size:10pt; }
|
||||
a { text-decoration:none; color:#0000EE; }
|
||||
a { text-decoration:none; color:#0000EE; transition:color 0.5s ease; -moz-transition:background-color 0.5s ease; -o-transition:background-color 0.5s ease; -webkit-transition:background-color 0.5s ease; }
|
||||
a:hover { background-color: #CCCCCC; }
|
||||
a:active { color: #551A8B; }
|
||||
a:visited { color: #0000EE; }
|
||||
|
@ -189,7 +189,13 @@ sophisticated MP3 encoder out there, the Nero AAC encoder, one of the best AAC e
|
||||
aoTuV Vorbis encoder, an improved/tuned version of the reference Vorbis encoder. Consequently LameXP provides<br>
|
||||
you with state-of-the-art encoders, which ensures maximum encoding quality for ALL supported output formats.<br>
|
||||
<br>
|
||||
To be continued...<br><br>
|
||||
Another thing to consider is hardware support, i.e. support on stand-alone and portable players. The MP3<br>
|
||||
format still has the best support on hardware players, but support for AAC/MP4 has become widespread too -<br>
|
||||
especially on portable devices. Hardware support for Vorbis is more limited, but growing. So if portability<br>
|
||||
is a priority, then MP3 is a good choice. However the MP3 format does NOT support multi-channel audio, which<br>
|
||||
means that you will have to use AAC or Vorbis for multi-channel files. Last but not least, if you prefer a<br>
|
||||
truly "open" and patent-free audio format, then Vorbis will be the format of your choice!<br><br>
|
||||
|
||||
<br><br>
|
||||
|
||||
<a name="411d1257"></a><b>What is the difference between the CBR, VBR and ABR rate control modes?</b><br>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
||||
<style type="text/css">
|
||||
<!--
|
||||
a { text-decoration:none; color:#0000EE; }
|
||||
a { text-decoration:none; color:#0000EE; transition:color 0.5s ease; -moz-transition:background-color 0.5s ease; -o-transition:background-color 0.5s ease; -webkit-transition:background-color 0.5s ease; }
|
||||
a:hover { background-color: #CCCCCC; }
|
||||
a:active { color: #551A8B; }
|
||||
a:visited { color: #0000EE; }
|
||||
|
Loading…
Reference in New Issue
Block a user