2011-02-14 23:37:48 +01:00
< html >
< head > < title > LameXP - Frequently Asked Questions (FAQ)< / title > < / head >
< body > < tt >
< h3 > LameXP - Frequently Asked Questions (FAQ)< / h3 > < br >
< b > What is LameXP ???< / b > < br >
< br >
LameXP is a graphical user-interface for a number of audio encoders. It was developed to support a huge< br >
number of input formats. File formats are detected reliably using MediaInfo. Compressed audio formats are< br >
decoded to uncompressed Wave files using suitable CLI audio decoders. Furthermore LameXP allows batch< br >
processing of multiple audio files. Multithreading is implemented by processing several audio files< br >
concurrently. All the third-party tools incorporated in LameXP are listed in the "About" dialog. The Nero AAC< br >
encoder cannot be redistribited due to licensing issues; it is availabel as a free download from the public< br >
Nero web-site. Note: LameXP does NOT use/need any "external" audio decoders. It neither requires nor supports< br >
any ACM Codecs or DirectShow/DMO filters! And it will NOT install anything of that kind on your system.< br > < br >
< br > < br >
< b > What platforms does LameXP run on?< / b > < br >
< br >
LameXP is currently being develped and tested on the following platforms:< br > < ul >
< li > Microsoft Windows XP, Service Pack 3
< li > Microsoft Windows 7, 32-Bit and 64-Bit editions
< li > Microsoft Windows 2000, Service Pack 4< / ul >
< br >
The following platforms should work as well, but aren't tested extensively:< br > < ul >
< li > Microsoft Windows Vista, 32-Bit and 64-Bit editions
< li > Microsoft Windows Server 2008
< li > Microsoft Windows Server 2008 R2
< li > GNU/Linux using Wine (native Linux version planned)< / ul >
< br >
The following platforms are NOT supported any longer:< br > < ul >
< li > Microsoft Windows 95
< li > Microsoft Windows 98
< li > Micorosft Windows Millenium Edition< / ul >
< br > < br >
< b > What output formats (encoders) does LameXP support?< / b > < br >
< br >
Currently the follwing output formats are supported by LameXP:< br > < ul >
< li > MPEG Audio-Layer III (MP3), using the LAME encoder [built-in]
< li > Ogg Vorbis, using the OggEnc2/libvorbis encoder [built-in]
< li > Advanced Audio Coding (AAC), using Nero AAC encoder [available as separate download]
< li > Free Lossless Audio Codec (FLAC) [built-in]
< li > Uncompressed PCM / Waveform Audio File (WAV/RIFF)< / ul >
< br > < br >
< b > What input formats (decoders) does LameXP support?< / b > < br >
< br >
Currently the follwing input formats are supported by LameXP:< br > < ul >
< li > AC-3 (ATSC A/52), using Valib decoder [built-in]
< li > Advanced Audio Coding (AAC), using FAAD decoder [built-in]
< li > Apple Lossless (ALAC)
< li > Apple/SGI AIFF
< li > Digital Theater System, using Valib decoder [built-in]
< li > Free Lossless Audio Codec (FLAC)
< li > Microsoft ADPCM
< li > Monkey's Audio (APE)
< li > MPEG Audio-Layer I (MP1), using mpg123 decoder [built-in]
< li > MPEG Audio-Layer II (MP2), using mpg123 decoder [built-in]
< li > MPEG Audio-Layer III (MP3), using mpg123 decoder [built-in]
< li > Musepack
< li > Shorten
< li > Speex
< li > Sun/NeXT Au
< li > The True Audio (TTA)
< li > Uncompressed PCM / Waveform Audio File (WAV/RIFF)
< li > WavPack Hybrid Lossless Audio
< li > Windows Media Audio (WMA), using NCH Software decoder [available as separate download]< / ul >
< br > < br >
2011-02-16 00:11:59 +01:00
< b > My anti-virus program raises an alarm when I try to download/install/launch LameXP. Why is that?< / b > < br >
2011-02-14 23:37:48 +01:00
< br >
Occasionally your anti-virus program may mistakenly detect "malware" (virus, trojan, worm, etc.) in some of< br >
the files here. This is called a "false-positive" and the files are actually innocent/clean. It's an error in< br >
2011-02-15 01:56:48 +01:00
your specific anti-virus software. In case you encounter such problems, goto < a href = "http://www.virustotal.com/" target = "_blank" > http://www.virustotal.com/< / a > and< br >
check the file with multiple anti-virus engines! Moreover take care with results like "suspicious", "generic"< br >
or "packed". Those are *not* real malware detections, they are just wild speculation.< br >
2011-02-14 23:37:48 +01:00
< br >
2011-02-15 01:56:48 +01:00
Apparently anti-virus programs tend to suspect installers/uninstaller created with NSIS. Furthermore some< br >
anti-virus programs blindly suspect all UPX'd (packed) executables of being malware. Obviously this is a< br >
2011-02-14 23:37:48 +01:00
stupid generalization, so please ignore those warnings! Last but not least: Always keep in mind that this is< br >
2011-02-15 01:56:48 +01:00
OpenSource software. If you don't trust the people providing the pre-compiled binaries, download the source< br >
code, search the code for "malicious" functions (good luck ^^) and compile your own binary.< br >
2011-02-14 23:37:48 +01:00
< br >
DON'T SUBMIT ANY VIRUS REPORTS, UNLESS YOU HAVE VERIFIED THE INFECTION WITH MULTIPLE ANTI-VIRUS ENGNINES!< br > < br >
< br > < br >
< b > Who created LameXP?< / b > < br >
< br >
LameXP was written from the scratch by LoRd_MuldeR < MuldeR2@GMX.de> . However it has to be noted that LameXP< br >
uses a number of thrird-party tools, which have been created by the individual authors. Moreover various< br >
people have contributed LameXP translations. Please see the "About" dialog for details!< br > < br >
< br > < br >
< b > What license is LameXP released under?< / b > < br >
< br >
LameXP is free software. You can redistribute it and/or modify it under the terms of the GNU General Public< br >
License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your< br >
option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY< br >
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.< br >
< br >
Please see the < a href = "http://www.gnu.org/licenses/gpl-2.0.html" target = "_blank" > GNU General Public License< / a > for more details!< br > < br >
< br > < br >
2011-02-16 00:11:59 +01:00
< b > How can I use LameXP as a "portable" application?< / b > < br >
< br >
LameXP always is "portable", in the sense that the application works out of the box: LameXP does NOT require< br >
any additional software, such as codecs, encoders, decoders or runtime libraries, and it will NOT install< br >
anything of that kind on your local computer! All the third-party tools used by LameXP are already built-in.< br >
There currently are two notable exceptions: The Nero AAC encoder and the WMA decoder cannot be redistributed< br >
along with LameXP for legal reasons. Therefore these tools have to be obtained as separate downloads.< br >
< br >
Having said that, LameXP stores its configuration file in the %LOCALAPPDATA% folder on the local computer.< br >
That's because on a modern multi-user operating this is the only "correct" folder to store user-specific< br >
configuration files. Also it's one of the few folders where an application is guaranteed to get write-access,< br >
even when the application was launched by a "normal" (non-admin) user and did not request elevated rights.< br >
Storing the configuration file in the "install" folder is antiquated and highly error-prone.< br >
< br >
Still some users may want to store the configuration file in the same folder as the LameXP execuatble file,< br >
e.g. when launching LameXP directly from their USB stick on different computers. For this purpose LameXP now< br >
offers a "true" portable mode. You can enable that mode simply by renaming the LameXP executable file to< br >
"LameXP-Portable.exe". But be aware: When running LameXP in the "portable" mode, the user(!) must ensure that< br >
write-access is granted to the directory where the LameXP exectable is located.< br > < br >
< br > < br >
< b > The LameXP startup (splash screen) takes very long on my system. What can I do?< / b > < br >
< br >
Starting up LameXP shouldn't take longer than approximately 10 seconds. However it was brought to our< br >
attention that badly optimized anti-virus software can slow down the startup procedure a lot! On our test< br >
system (Windows 7 running on an Intel Core2 Q6600 with 4 GB of RAM) starting up LameXP takes about 3 seconds< br >
without an anti-virus software and about 6 seconds with the "real-time protection" of Micorosft Security< br >
Essentials enabled. With other anti-virus software the startup was delayed up to 20 seconds and more!< br >
< br >
So if you think that LameXP is starting up too slow on your system, you should temporarily(!) disable or< br >
uninstall your current anti-virus program and try again. Usually it should be sufficient to disable only the< br >
"real-time protection", "file system protection" or "guard" feature of your anti-virus software. If it turns< br >
out that the startup is signficanntly(!) faster WITHOUT the anti-virus software, please report the problem to< br >
the developer of the anti-virus software. And, if they don't fix the problem, switch to a better product!< br > < br >
< br > < br >
< b > How can I translate LameXP to my language or improve an existing translation?< / b > < br >
< br >
Please see the guide for translators at:< br > < ul >
< li > < a href = "http://mulder.brhack.net/public/doc/lamexp_translate.html" target = "_blank" > http://mulder.brhack.net/public/doc/lamexp_translate.html< / a > < / ul >
< br > < br >
2011-02-14 23:37:48 +01:00
< b > Where can I download the latest version of LameXP?< / b > < br >
< br >
The latest "official" release of LameXP can be found on the following mirrors:< br > < ul >
< li > < a href = "https://github.com/lordmulder/LameXP/downloads" target = "_blank" > https://github.com/lordmulder/LameXP/downloads< / a >
< li > < a href = "http://sourceforge.net/projects/lamexp/files/" target = "_blank" > http://sourceforge.net/projects/lamexp/files/< / a >
< li > < a href = "http://code.google.com/p/mulder/downloads/list" target = "_blank" > http://code.google.com/p/mulder/downloads/list< / a > < / ul >
< br > < br >
< b > Where can I submit bug reports or feature requests?< / b > < br >
< br >
The preferred place to report bugs or request new features is the LameXP thread at Doom9's Forum:< br > < ul >
< li > < a href = "http://forum.doom9.org/showthread.php?t=157726" target = "_blank" > http://forum.doom9.org/showthread.php?t=157726< / a > < / ul >
< br > < br >
< b > Where can I find the LameXP source code?< / b > < br >
< br >
2011-02-16 00:11:59 +01:00
LameXP is developed using the < a href = "http://en.wikipedia.org/wiki/Git_(software)" target = "_blank" > Git< / a > revision control system. The LameXP Git repository is mirrored at:< br > < ul >
2011-02-14 23:37:48 +01:00
< li > < a href = "git://github.com/lordmulder/LameXP.git" target = "_blank" > git://github.com/lordmulder/LameXP.git< / a >
< li > < a href = "git://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp" target = "_blank" > git://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp< / a >
< li > < a href = "git://gitorious.org/lamexp/lamexp.git" target = "_blank" > git://gitorious.org/lamexp/lamexp.git< / a > < / ul >
< br > < br >
< b > What are the prerequisites to build LameXP from the sources?< / b > < br >
< br >
LameXP is currently being developed using the following build environment:< br > < ul >
< li > Visual Studio 2008, Service Pack 1
< li > Qt libraries v4.7.1 for Windows (VS 2008)
< li > Microsoft Windows SDK v7.1< / ul >
< br >
Also note the following hints:< br > < ul >
< li > You must launch Visual Studio using "qtvars.bat vsstart" in order to enable the Qt tools
< li > The Microsoft Windows SDK v6.0A should work as well, with a few limitations
< li > In order to make a fully "static" build of LameXP, you need to compile Qt as static libraries
< li > Support for the GNU Toolchain (GCC/MinGW + Make) is planned for a future version< / ul >
< br > < br >
eof< / tt > < / body > < / html >