Updated FAQ document.
This commit is contained in:
parent
83192245a0
commit
d444c4cd58
15
doc/FAQ.html
15
doc/FAQ.html
@ -24,6 +24,7 @@
|
||||
<li><a href="#df406578">The LameXP startup (splash screen) takes very long on my system. What can I do?</a>
|
||||
<li><a href="#9b0a5c32">Why does application 'xyz' not open the Wave files created by LameXP?</a>
|
||||
<li><a href="#89cbd3d0">Why does LameXP run only 'n' parallel instances/threads on my computer?</a>
|
||||
<li><a href="#12d077d5">How can I force LameXP to create ID3 version 2 (ID3v2) tags?</a>
|
||||
<li><a href="#e7c9ae2b">Why do I get the error 'Executable doesn't support Windows compatibility mode' on startup?</a>
|
||||
<li><a href="#328b0a18">Why do I get the error 'Executable requires Windows 2000 or later' on startup?</a>
|
||||
<li><a href="#491aaad9">Why do I get the error 'A device attached to the system is not functioning' on startup?</a>
|
||||
@ -288,6 +289,20 @@ thus a single encoder instance may create several threads - LameXP has no contro
|
||||
|
||||
<br><br>
|
||||
|
||||
<a name="12d077d5"><b>How can I force LameXP to create ID3 version 2 (ID3v2) tags?</b></a><br>
|
||||
<br>
|
||||
The LAME encoder automatically chooses the proper ID3 tag version. By default it will create a version 1 tag,<br>
|
||||
if possible. Only if the information cannot be embedded into a version 1 tag (ID3v1), e.g. because the string<br>
|
||||
is too long or the string contains Unicode characters, a version 2 tag (ID3v2) will be added. This behavior<br>
|
||||
is advisable, because devices that support ID3v2 tags should also be able to read ID3v1 tags - but this<br>
|
||||
doesn't apply the other way around! Moreover embedding an ID3v1 and an ID3v2 tag at the same time, although<br>
|
||||
the information would have fit into a single ID3v1 tag, means an unnecessary redundancy!<br>
|
||||
<br>
|
||||
If however you need to enforce the creation of an ID3v2 tag for some reason, you can use the "--add-id3v2"<br>
|
||||
parameter for that purpose. Simply add the parameter to the "Custom Encoder Parameters" for LAME.<br><br>
|
||||
|
||||
<br><br>
|
||||
|
||||
<a name="e7c9ae2b"><b>Why do I get the error 'Executable doesn't support Windows compatibility mode' on startup?</b></a><br>
|
||||
<br>
|
||||
LameXP was designed to run on all supported platforms natively (except for Linux/Wine). If you see this error<br>
|
||||
|
Loading…
Reference in New Issue
Block a user