+Why is the thing called "LameXP" although it does so much more?
+
+LameXP was created as a (very simple!) GUI front-end to the LAME MP3 encoder, back in 2004. That version did
+NOT support any encoders except for LAME, it did NOT support any input formats other than Wave Audio files,
+it did NOT support any audio filters, it did NOT support multi-threading, it did NOT support Unicode file
+names and it did NOT handle meta data at all. Because the program really was nothing but (yet another) LAME
+front-end for Windows and because at that time Windows XP was the operating system of choice - for many
+people it still is nowadays - I decided to call the program "LameXP" (aka "LAME for Windows XP"). Since then
+more and more features have been added to LameXP. The program even went through two complete re-writes. Thus
+the name "LameXP" may not be the most meaningful one, especially because the program supports a huge number
+of encoders and decoders now, but I'm obviosuly lacking the creativity to come up with a better name. Also I
+think we already have enough doubious "super-duper everything to everything converter" programs out there...
+
+So to make a long story short: The name has historical reasons and probably isn't going to change ;-)
+
+
+
MP3, AAC or Vorbis - What is the best compressed audio format?
This question can NOT be answered in general. The best audio format is the format that works best for you!
@@ -252,31 +270,35 @@ Another resource you might find interesting are Sebastian's Public Listening Tes
CBR means "constant bitrate" and, as the name implies, CBR mode allocates the bits at a constant rate. This
means that each part of the audio will get the same amount of bits, regardless of its content. Obviously this
-will waste bits in parts of the audio that are easy to compress. At the same time the quality of parts of the
-audio that are hard to compress will be degraded. Consequently using CBR mode is NOT a very good idea, unless
-you really have to for some reason. However CBR mode has the advantage that the final size of the compressed
-file is perfectly predictable. The resulting file size is defined simply as "duration × fixed bitrate".
+will waste bits in parts of the audio that are "easy" to compress. At the same time the quality of parts of
+the audio that are "hard" to compress will be degraded. Consequently using CBR mode is NOT a very good idea,
+unless you really have to enforce a 100% constant bitrate (this is almost NEVER the case). However CBR mode
+has the advantage that the final size of the compressed file is perfectly predictable. The resulting file
+size is defined simply as "duration × fixed_bitrate". Note: The file size *is* predictable with ABR mode too!
VBR means "variable bitrate" and, in contrast to CBR mode, VBR mode allows the bitrate to vary/fluctuate.
Thus the VBR mode enables the encoder to adapt the bitrate with respect to the content of the audio. Parts of
-the audio that are easy to compress will get a lower bitrate in order to safe bits. Parts of the audio that
-are hard to compress will get a higher bitrate in order to avoid quality degradation. Or in other words: VBR
-mode "moves" the bits to the locations where they are actually needed. Therefore the VBR mode achieves a much
-better compression efficiency than the CBR mode, i.e. with VBR mode you can get a better quality at the same
-file size, or the same quality at a smaller file size (compared to CBR mode). One disadvantage of the VBR
-mode is, however, that the final size of the compressed file can NOT be predicted. The resulting file size is
-defined as "duration × average bitrate", but the average bitrate can NOT be known beforehand. That's
-because the average bitrate for a specific VBR quality level can vary greatly, depending solely on the
-complexity of the individual audio. Nonetheless VBR mode generally should be the preferred encoding mode.
+the audio that are "easy" to compress will get a lower bitrate in order to avoid wasting bits there. At the
+same time, parts of the audio that are "hard" to compress will get a higher bitrate in order to avoid quality
+degradation. Or in other words: VBR mode "moves" the bits to the locations where they are actually needed!
+Therefore the VBR mode achieves a much better compression efficiency than the CBR mode. This means with VBR
+mode you can get a better quality at the same file size - or the same quality at a smaller file size. One
+disadvantage of the VBR mode, however, is that the final size of the compressed file can NOT be predicted.
+The resulting file size now is defined as "duration × average_bitrate", but the average bitrate is NOT
+known beforehand. That's because the average bitrate for a specific VBR quality level can vary greatly,
+depending solely on the complexity of the individual audio. With VBR mode the encoder uses as many bits as
+required to achieve the desired level of quality. That clearly makes VBR the preferred encoding mode.
ABR means "average bitrate". You can think of ABR mode as a compromise between the CBR and VBR mode. With ABR
mode the bitrate is allowed to vary/fluctuate, similar to VBR mode. However the ABR mode doesn't work with a
predefined/fixed quality level, as VBR mode does. Instead in ABR mode the encoder will continuously re-adjust
the quality level in order to hit the target average(!) bitrate. You can also think of ABR mode as a mode
that pre-allocates the bits in a CBR-like fashion and then redistributes the bits within a local neighborhood
-as needed. Thus the ABR mode combines advantages of CBR mode (predictability) and VBR mode (good quality).
-The final size of the encoded file is still defined as "duration × average bitrate", but with ABR mode the
+as needed. Thus the ABR mode combines advantages of CBR mode (predictability) and VBR mode (higher quality).
+The final size of the encoded file is still defined as "duration × average_bitrate", but with ABR mode the
average bitrate *is* known beforehand. So if you need to hit a specific file size, ABR mode is the solution.
+Using ABR mode is to be preferred over CBR mode. Nonetheless VBR mode usually provides the best experience.
+
Hint: The Nero AAC encoder supports a variant of the ABR mode, the so-called "2-Pass" mode. That mode scans
through the entire file once (first pass) before the actual encoding is performed (second pass). This way the
@@ -291,10 +313,11 @@ quality for obvious reasons. But drawing the conclusion that there is no differe
VBR/ABR modes would be very wrong! The differences will become significant when using a reasonable bitrate.
Another mistake is starting with a low-quality source file and concluding that all modes perform equally bad.
-Summary of rate control modes:
-
Need to hit a specific fixed file size and still want to retain decent quality? ⇒ ABR mode
-
Want to retain a certain level of quality and the file size doesn't matter that much? ⇒ VBR mode
-
Avoid CBR mode by all means, unless there are crude restrictions that force you to use it!
+
+SUMMARY ON RATE CONTROL MODES:
+
Need to hit a specific fixed file size and still want to retain a decent quality? ⇒ ABR mode
+
Want to retain a certain level of quality and hitting an exact file size is not needed? ⇒ VBR mode
+
Avoid CBR mode by all means, unless there are "external" restrictions that force you to use it!
diff --git a/etc/Translation/Blank.ts b/etc/Translation/Blank.ts
index 2cba75ba..546aa542 100644
--- a/etc/Translation/Blank.ts
+++ b/etc/Translation/Blank.ts
@@ -765,7 +765,7 @@
-
+
@@ -786,13 +786,13 @@
-
+
-
+
@@ -838,7 +838,7 @@
-
+
@@ -879,7 +879,7 @@
-
+
@@ -964,1506 +964,1511 @@
-
-
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
+
-
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/etc/Translation/LameXP_DE.ts b/etc/Translation/LameXP_DE.ts
index 8d88ba6a..beba875b 100644
--- a/etc/Translation/LameXP_DE.ts
+++ b/etc/Translation/LameXP_DE.ts
@@ -1898,6 +1898,10 @@
+
+
+ Hilfethemen anzeigen
+ MetaInfo
diff --git a/etc/Translation/LameXP_ES.ts b/etc/Translation/LameXP_ES.ts
index b9127e01..096b89d0 100644
--- a/etc/Translation/LameXP_ES.ts
+++ b/etc/Translation/LameXP_ES.ts
@@ -1897,6 +1897,10 @@
+
+
+
+ MetaInfo
diff --git a/etc/Translation/LameXP_FR.ts b/etc/Translation/LameXP_FR.ts
index f00bb73a..ef4e45c5 100644
--- a/etc/Translation/LameXP_FR.ts
+++ b/etc/Translation/LameXP_FR.ts
@@ -1907,6 +1907,10 @@ Ouvrir le dossier récursivement...
+
+
+
+ MetaInfo
diff --git a/etc/Translation/LameXP_IT.ts b/etc/Translation/LameXP_IT.ts
index dfb7e769..e350a9b4 100644
--- a/etc/Translation/LameXP_IT.ts
+++ b/etc/Translation/LameXP_IT.ts
@@ -1898,6 +1898,10 @@
+
+
+
+ MetaInfo
diff --git a/etc/Translation/LameXP_KR.ts b/etc/Translation/LameXP_KR.ts
index 9ffdb775..995002db 100644
--- a/etc/Translation/LameXP_KR.ts
+++ b/etc/Translation/LameXP_KR.ts
@@ -1897,6 +1897,10 @@
+
+
+
+ MetaInfo
diff --git a/etc/Translation/LameXP_PL.ts b/etc/Translation/LameXP_PL.ts
index d60c14a6..c3de7df9 100644
--- a/etc/Translation/LameXP_PL.ts
+++ b/etc/Translation/LameXP_PL.ts
@@ -765,7 +765,7 @@
-
+ Pliki źródłowe
@@ -786,13 +786,13 @@
-
+ Pokaż szczegóły
-
+ Folder docelowy
@@ -828,7 +828,7 @@
-
+ Tagi
@@ -869,7 +869,7 @@
-
+ Kompresja
@@ -919,199 +919,199 @@
Maksymalny
-
-
+
+ Opcje zaawansowane
-
+ Zarządzanie bitami (LAME i OggEnc2)
-
+ Włącz zarządzanie bitami
-
+ Minimalny (kbps):
-
+ Maksymalny (kbps):
-
+ Jakość algorytmu LAME
-
+ Szybsza kompresja
-
+ Lepsza jakość
-
+ Ostrzeżnie: Jakość dźwięku będzie bardzo niska. Prosze <b>nie<b> kierować skarg do autora programu!
-
+ Ostrzeżenie: Kompresja może trwać bardzo długo. Prosze <b>nie<b> kierować skarg do autora programu!
-
+ Tryb kanałów/Częstotliwość próbkowania
-
-
+
+ Automatycznie (Domyślnie)
-
+ Joint Stereo
-
+ Wymuś Joint Stereo
-
+ Simple
-
+ Dual Mono
-
+ Mono
-
+ Tryb kanałów MP3:
-
+ Próbkowanie (Hz):
-
+ 16.000
-
+ 22.050
-
+ 24.000
-
+ 32.000
-
+ 44.100
-
+ 48.000
-
+ Wymuś miksowanie plików wielokanałowych do stereo
-
+ Opcje kodera AAC
-
+ Włącz kompresję dwuprzebiegową (w trybie ABR)
-
+ Wybierz profil AAC:
-
+ Automatyczny (Zalecane)
-
+ Wymuś LC-AAC
-
+ Wymuś HE-AAC (AAC + SBR)
-
+ Wymuś HE-AAC v2 (AAC + SBR + PS)
-
+ Normalizacja dźwięku
-
+ Włącz filtr normalizacji
-
+ Najwyższa głośność (dB):
-
+
-
+
-
+ Żaden
@@ -1161,1309 +1161,1314 @@
-
+
+
+
+
+
+ Tryb korekcji:
-
+ Zmiana tonów
-
+ Zmień tony wysokie (dB):
-
+ Zmień tony niskie (dB):
-
+ Własne parametry kodowania
-
-
-
-
-
-
+
+
+
+
+
+ Tutaj możesz wpisać własne parametry kodowania!
-
+ Lame MP3:
-
+ OggEnc2:
-
+ MPEG-4 AAC:
-
+ FLAC:
-
+ Ostrzeżenie: Włąśne parametry kompresji nie będą weryfikowane. Używasz je na własne ryzyko!!!
-
+ Aften A/52:
-
+
-
+ Wielowątkowość
-
+ Wybierz ilość równoległych kodowań na podstawie ilości wątków procesora (Zalecane)
-
+ Mniej
-
+ Więcej
-
+ Folder tymczasowy
-
+ Wybierz...
-
+ Zapisuj pliki tymczasowe w systemowej lokalizacji TEMP (Zalecane)
-
+ Opcje A/52
-
+
-
+
-
+
-
+
-
-
+
+
-
+ Żadna (Domyślnie)
-
+ Automatycznie
-
+ 1+1 (Ch1,Ch2)
-
+ 1/0 (C)
-
+ 2/0 (L,R)
-
+ 3/0 (L,R,C)
-
+ 2/1 (L,R,S)
-
+ 3/1 (L,R,C,S)
-
+ 2/2 (L,R,SL,SR)
-
+ 3/2 (L,R,C,SL,SR)
-
+ Ilość kanałów:
-
+ Kompresja dynamiki (DRC):
-
+ Szybka alokacja bitów (Mniejsza dokładność)
-
+
-
+ Zmiana nazwy plików wyjściowych
-
+ Zapisz tutaj wzór wg którego zmienisz nazwy!
-
+ Zmieniaj nazwy plików
-
+ <a href="reset">Resetuj</a> <a href="#">Pokaż listę makr</a>
-
+ Format wyjściowy:
-
+ Przykładowa nazwa pliku:
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+ Resetuj opcje zaawansowane
-
+ Kompresuj!
-
-
+
+ Info...
-
+ Wyjdź z programu
-
+ Plik
-
+ ?
-
+ Widok
-
+ Styl
-
+ Język
-
+ Narzędzia
-
+ Konfiguracja
-
+ Zamknij
-
+ Otwórz plik(i)...
-
-
+
+ Odwiedź oficjalną stronę
-
-
-
-
+
+
+
+ Sprawdź aktualizacje
-
+ Otwórz folder...
-
+ Wyczyść wszystko
-
+ Plastique
-
+ Cleanlooks
-
+ Windows Vista ("Aero")
-
+ Windows Classic
-
+ Windows XP ("Luna")
-
-
+
+ Wyłącz przypominanie o aktualizacji
-
-
+
+ Wyłącz efekty dźwiękowe
-
+ Zainstaluj Dekoder WMA
-
+ Wyłącz powiadomienia Nero AAC
-
+ Pokaż DropBoxa
-
+ Z pliku...
-
+ Kompresuj!
-
+ Wyłącz integrację z systemem
-
+ Pytania i Odpowiedzi
-
+ Lista zmian
-
+ Przewodnik tłumacza
-
+ Pomoc i Wsparcie
-
+ Otwórz folder rekurencyjnie...
-
+ Sprawdzaj czy jest Beta
-
+ Importuj plik Cue
-
+ Wyłącz powiadomienia o powolnym starcie
-
+ Hibernuj zamiast zamykać
-
+ Dodawanie plików, prosze czekać...
-
-
+
+ Dostęp zablokowany
-
+ %1 plik(ów) zostało odrzuconych z powodu braku dostępu do pliku!
-
+ To przeważnie oznacza, że plik jest zablokowany przez inny proces.
-
+ Pliki CDDA
-
+ %1 plik(ów) zostało odrzuconych ponieważ to nie są właściwe pliki CDDA!
-
+ LameXP nie może teraz wyekstrachować ścieżki z płyty Audio-CD.
-
+ Zaleca się użycie w tym celu %1.
-
+ Cue Sheet
-
+ %1 plik(ów) zostało odrzuconych, ponieważ to nie są pliki obrazów Cue Sheet!
-
+ Prosze użyć przewodnika Cue Sheet w LameXP w celu importowania tych plików.
-
+ Pliki odrzucone
-
+ %1 plik(ów) zostało odrzuconych, ponieważ ich format nie został rozpoznany!
-
+ To przeważnie oznacza że plik jest uszkodzony lub format pliku nie jest wspierany.
-
+ Skanowanie folderu/ów, prosze czekać...
-
+ Tutaj możesz upuścić pliki dźwiękowe!
-
+ Otwórz plik w zewnętrznym programie
-
+ Otwórz lokalizację pliku
-
+ Otwórz wybrany folder
-
+ Zapamiętaj wybrany folder
-
+ Licencja odrzucona
-
+ Odrzuciłeś licencję. W takim razie program zostanie teraz zamknięty!
-
+ Naraska!
-
+ LameXP - Termin wygasł
-
+ Ta wersja demo (beta) LameXP wygasła %1.
-
+ LameXP jest darmowym oprogramowaniem i pełna wersja nie wygasa.
-
-
+
+ Wyjdź z programu
-
+ Najwyraźniej twoje oprogramowanie antywirusowe spowalnia uruchamianie się LameXP.
-
+ Prosze sprawdzić dokument %1 w celu dalszych szcegółów i rozwiązań!
-
+ Powolny start
-
-
-
-
-
+
+
+
+
+ Zamknij
-
-
+
+ Nie pokazuj ponownie
-
+ Ważna aktualizacja
-
+ Twoja wersja LameXP jest starsza niż rok! Czas na aktualizację!
-
-
-
+
+
+ Powiadomienie aktualizacji
-
+ Ostatnie sprawdzenie aktualizacji było ponad 14 dni temu. Sprawdzić teraz aktualizacje?
-
+ Nie sprawdzałeś jeszcze aktualizacji LameXP. Sprawdzić teraz aktualizacje?
-
+ Przełóż
-
+ LameXP wykrył że Twoja wersja kodera Nero AAC jest nieaktualna!
-
+ Wersją dostępną obecnie jest %1, Twoja wersja to %2.
-
+ n/d
-
+ Możesz pobrać najnowszą wersję kodera Nero AAC ze strony Nero:
-
+ Koder AAC jest nieaktualny
-
+ Nie można odnaleźć kodera Nero AAC. Kompresja formatu AAC zostanie wyłączona.
-
+ Prosze skopiować 'neroAacEnc.exe', 'neroAacDec.exe', oraz 'neroAacTag.exe' do folderu LameXP!
-
+ Folder aplikacji LameXP znajduje się tutaj:
-
+ Możesz pobrać koder Nero AAC za darmo z oficjalnej strony Nero:
-
+ Wsparcie dla AAC wyłączone
-
-
-
+
+
+ LameXP
-
+ Powinienieś dodać przynajmniej jeden plik do listy aby zacząć działać!
-
+ Nie znaleziono
-
+ Wybrany przez Ciebie folder tymczasowy TEMP już nie istnieje:
-
+ Przywróć domyślne
-
+ Anuluj
-
+ Ostrzeżenie o małej ilości miejsca na dysku
-
+ Jest mniej niż %1 GB dostępnego miejsca w systemowym folderze TEMP.
-
+ WERSJA DEMO
-
+ (Podpowiedź: Zignoruj nazwę pobranego pliku ZIP, w zamian sprawdż załączony w archiwum plik "changelog.txt"!)
-
+ Jest wysoce zalecane zwolnić miejsce na dysku zanim zaczniesz kompresję!
-
+ Twój folder TEMP znajduję się:
-
+ Przerwij proces kompresji
-
+ Wykonaj oczyszczanie dysku
-
-
+
+ Ignoruj
-
+ Ładowanie zestawu folderów, prosze czekać...
-
+ Odśwież foldery
-
+ Eksportuj Tagi do pliku CVS
-
+ Importuj Tagi do pliku CVS
-
+ Pomijanie sprawdzania aktualizacji, prosze czekać...
-
+ Mało miejsca na dysku
-
+ Chcesz zacząć działać z małą ilością miejsca na dysku. Mogą wystąpić problemy!
-
+ Został wybrany koder, który nie jest wspierany!
-
+ Nie można zapisać do wybranej lokalizacji.
-
+ Prosze wybrać inną lokalizację!
-
+ Zaladuj plik językowy
-
+ Pliki językowe
-
+ Czy na pewno chcesz wyłączyć przypominanie o aktualizacjach?
-
-
-
-
-
-
-
+
+
+
+
+
+
+ Tak
-
-
-
-
-
-
-
+
+
+
+
+
+
+ Nie
-
+ Przypominanie o aktualizacjach wyłączone.
-
+ Prosze pamiętać o okresowym sprawdzaniu aktualizacji!
-
+ Przypominanie o aktualizacjach ponownie włączone.
-
+ Czy na pewno chcesz wyłączyć wszystkie dźwiękowe?
-
-
+
+ Efekty dźwiękowe
-
+ Wszystkie efekty dźwiękowe zostały wyłączone.
-
+ Efekty dźwiękowe zostały ponownie włączone.
-
-
-
+
+
+ Powiadomienia Nero AAC
-
+ Czy na pewno chcesz wyłączyć wszystkie powiadomienia Nero AAC?
-
+ Wszystkie powiadomienia kodera Nero AAC zostały wyłączone.
-
+ Powiadomienia Nero AAC zostały ponownie włączone.
-
-
-
+
+
+ Powiadomienia o powolnym starcie
-
+ Czy na pewno chcesz wyłączyć powiadomienia o powolnym starcie?
-
+ Powiadomienia o powolnym starcie zostały wyłączone.
-
+ Powiadomienia o powolnym starcie zostały ponownie włączone.
-
-
+
+ Otwórz plik Cue Sheet
-
-
+
+ Plik Cue Sheet
-
-
-
+
+
+ Aktualizacje Beta
-
+ Czy na pewno chcesz aby LameXP sprawdzał aktualizacje Beta?
-
+ Od teraz LameXP będzie sprawdzał aktualizacje Beta.
-
+ Sprawdź teraz
-
+ LameXP od teraz <i>nie będzie</i> sprawdzał aktualizacji Beta.
-
-
-
+
+
+ Hibernuj komputer
-
+ Czy na pewno chcesz aby komputer był hibernowany zamiast zamykany?
-
+ Od teraz LameXP będzie hibernował komputer zamiast zamykać.
-
+ LameXP od teraz <i>nie</i> będzie hibernował komputera tylko zamykał.
-
-
-
+
+
+ Integracja z systemem
-
+ Czy na pewno chcesz wyłączyć integrację LameXP z systemem?
-
+ Integracja LameXP z systemem zostałą wyłączona.
-
+ Integracja LameXP z systemem została ponownie włączona.
-
-
+
+ Dodaj plik(i)
-
-
+
+ Dodaj folder
-
-
+
+ Zapisz plik CSV
-
-
-
-
+
+
+
+ Plik CSV
-
-
-
-
+
+
+
+ Eksportowanie CSV
-
+ Nie ma żadnych tagów, które można eksportować!
-
+ Nie można otworzyć pliku CSV aby go zapisać!
-
+ Nie można zapisać do pliku CSV!
-
+ Pliki CSV utworzone pomyślnie!
-
-
+
+ Otwórz plik CSV
-
+ Nie można otworzyć pliku CSV aby go wczytać!
-
-
-
-
-
+
+
+
+
+ Importowanie CSV
-
+ Próba odczytania pliku CSV zakończona niepowodzeniem!
-
+ Plik CSV nie zawiera żadnych znanych pól!
-
+ Plik CSV nie jest kompletny. Nie wszystkie pliki zostały zaktualizowane!
-
+ Pliki CSV zaimportowano pomyślnie!
-
-
+
+ Nowy folder
-
+ Wprowadź nazwę nowego folderu:
-
+ Utworzenie folderu zakończone niepowodzeniem
-
+ Nowy folder nie mógł zostać stworzony:
-
+ Dysk tylko do odczytu lub brak praw dostępu!
-
+ QAAC (Apple)
-
+ FHG AAC (Winamp)
-
+ Nero AAC
-
+ Niedostępny!
-
+ Obecny koder AAC: %1
-
-
-
-
+
+
+
+ Poziom jakości %1
-
-
-
+
+
+ Kompresja %1
-
-
-
+
+
+ Nieskompresowany
-
+ Najlepsza jakość (Bardzo wolno)
-
+ Wysoka jakość (Zalecane)
-
+ Średnia jakość (Domyślnie)
-
+ Niska jakość (Szybko)
-
+ Najniższa jakość (Bardzo szybko)
-
+ Nazwa pliku bez rozszerzenia
-
+ Numer ścieżki z zerem na początku
-
+ Nazwa ścieżki
-
+ Nazwa Artysty
-
+ Nazwa Albumu
-
+ Rok z (przynajmniej) czterema cyframi
-
+ Komentarz
-
+ Zabronione znaki w nazwach plików:
-
+ Zmień nazwy makr
-
+ %1 wątek/ki
-
+ Nie można zapisać do wybranej lokalizacji. Prosze wybierz inną lokalizację!
-
+ Już działa
-
+ LameXP już działa, przejdź do działającego programu!
diff --git a/etc/Translation/LameXP_RU.ts b/etc/Translation/LameXP_RU.ts
index d268f17c..ec7c6364 100644
--- a/etc/Translation/LameXP_RU.ts
+++ b/etc/Translation/LameXP_RU.ts
@@ -1903,6 +1903,10 @@
+
+
+
+ MetaInfo
diff --git a/etc/Translation/LameXP_SV.ts b/etc/Translation/LameXP_SV.ts
index d61801ff..55f0f024 100644
--- a/etc/Translation/LameXP_SV.ts
+++ b/etc/Translation/LameXP_SV.ts
@@ -765,7 +765,7 @@
-
+ Källfiler
@@ -786,13 +786,13 @@
-
+ Visa detaljer
-
+ Målmapp
@@ -838,7 +838,7 @@
-
+ Metadata
@@ -879,7 +879,7 @@
-
+ Komprimering
@@ -964,1506 +964,1511 @@
Maximum
-
-
+
+
+
+
+
+
+ Avancerat
-
+ Bithastighetshantering (LAME och OggEnc2)
-
+ Aktivera bithastighetshantering
-
+ Minimum (kbps):
-
+ Maximum (kbps):
-
+ Lame algoritm-kvallitet
-
+ Snabbare bearbetning
-
+ Bättre kvallitet
-
+ Varning! Ljudkvalliteten kommer att bli mycket dålig. Klagomål angående ljudkvallitet <u>undanbedes</u>!
-
+ Varning! Bearbetningen kommer att gå väldigt långsamt. Klagomål angående bearbetningshastigheten <u>undanbedes</u>!
-
+ Kanalläge / Samplingsfrekvens
-
-
+
+ Automatiskt (Standard)
-
+ Joint Stereo
-
+ Framtvingad Joint Stereo
-
+ Enkel
-
+ Dual Mono
-
+ Mono
-
+ MP3-kanalläge:
-
+ Samplingsfrekvens (Hz):
-
+ 16.000
-
+ 22.050
-
+ 24.000
-
+ 32.000
-
+ 44.100
-
+ 48.000
-
+ Framtvinga stereo-nedmixning av surround-källor (multikanal)
-
+ AAC-alternativ
-
+ Aktivera bearbetning i 2-pass (ABR-läge)
-
+ AAC-profil:
-
+ Automatiskt (rekommenderas)
-
+ Framtvinga LC-AAC
-
+ Framtvinga HE-AAC (AAC + SBR)
-
+ Framtvinga HE-AAC v2 (AAC + SBR + PS)
-
+ Volymnormalisering
-
+ Aktivera volymnormalisering
-
+ Toppvolym (dB):
-
+ Ingen
-
+ Toppnivå
-
+ RMS-nivå
-
+ Utjämningsläge:
-
+ Tonjustering
-
+ Diskant (dB):
-
+ Bas (dB):
-
+ Anpassade kodningsparametrar
-
-
-
-
-
-
+
+
+
+
+
+ Du kan ange anpassade parametrar här!
-
+ Lame MP3:
-
+ OggEnc2:
-
+ MPEG-4 AAC:
-
+ FLAC:
-
+ Varning! Anpassade parametrar kommer inte att kontrolleras. Använd dem på eget ansvar!
-
+ Aften A/52:
-
+
-
+ Flertrådskörning
-
+ Välj antal parallella instanser baserat på antal processorkärnor (rekommenderas)
-
+ Färre instanser
-
+ Fler instanser
-
+ Temporär destination
-
+ Bläddra...
-
+ Lagra temporära filer i systemets standardmapp (rekommenderas)
-
+ Aften A/52-alternativ
-
+ Film lätt
-
+ Film standard
-
+ Musik lätt
-
+ Musik standard
-
-
+
+ Tal
-
+ Ingen (standard)
-
+ Automatiskt
-
+ 1+1 (Ch1,Ch2)
-
+ 1/0 (C)
-
+ 2/0 (V,H)
-
+ 3/0 (V,H,C)
-
+ 2/1 (V,H,S)
-
+ 3/1 (V,H,C,S)
-
+ 2/2 (V,H,SV,SH)
-
+ 3/2 (V,H,C,SV,SH)
-
+ Ljudkodningsläge:
-
+ Dynamisk intervallkomprimering:
-
+ Snabb bitallokering (mindre exakt)
-
+ Exponentsökstorlek:
-
+ Namnändra utdatafiler
-
+ Ange namnändringsmall för utdatafiler här!
-
+ Namnändra utdatafiler
-
+ <a href="reset">Återställ</a> <a href="#">Visa lista över Macron</a>
-
+ Namnändringsmall:
-
+ Exempelnamn:
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+ Återställ avancerade inställningar
-
+ Koda om nu!
-
-
+
+ Om...
-
+ Avsluta LameXP
-
+ Arkiv
-
+ Info
-
+ Visa
-
+ Stil
-
+ Språk
-
+ Verktyg
-
+ Inställningar
-
+ Avsluta
-
+ Öppna fil(er)...
-
-
+
+ Besök hemsidan
-
-
-
-
+
+
+
+ Sök efter uppdateringar
-
+ Öppna mapp...
-
+ Rensa alla
-
+ Plastique
-
+ Cleanlooks
-
+ Windows Vista ("Aero")
-
+ Windows Classic
-
+ Windows XP ("Luna")
-
-
+
+ Inaktivera uppdateringsmeddelande
-
-
+
+ Inaktivera ljudeffekter
-
+ Installera WMA-avkodare
-
+ Inaktivera Nero AAC-meddelanden
-
+ Visa DropBox
-
+ Från fil...
-
+ Koda om!
-
+ Inaktivera utforskarintegration
-
+ Vanliga frågor
-
+ Ändringslogg
-
+ Översättningsguide
-
+ Hjälp && support
-
+ Öppna mapp rekursivt
-
+ Sök efter beta-uppdateringar
-
+ Importera cue-fil
-
+ Inaktivera meddelanden om långsam uppstart
-
+ Försätt datorn i viloläge vid avslut
-
+ Lägger till fil(er), vänta...
-
-
+
+ Åtkomst nekad
-
+ %1 fil(er) har undantagits, på grund av att åtkomst nekades!
-
+ Det innebär oftast att filen är låst av någon annan process.
-
+ CDDA-filer
-
+ %1 fil(er) har undantagits, på grund av att det är fejkade CDDA-filer
-
+ LameXP kan för närvarande inte extrahera ljudspår från en ljud-CD.
-
+ Vi rekommenderar att du använder %1 för det ändamålet.
-
+ Cue-fil
-
+ %1 fil(er) har undantagits, på grund av att de verkar vara cue-filer!
-
+ Använd LameXPs cue-guide för att importera cue-filer.
-
+ Undantagna filer
-
+ %1 fil(er) har undantagits, på grund av att filformatet inte känns igen!
-
+ Det innebär oftast att filen är skadad eller att filformatet inte stöds.
-
+ Genomsöker mapp(ar) efter fil(er), vänta...
-
+ DEMOVERSION
-
+ Du kan dra och släppa filer här!
-
+ Initierar mappdisposition, vänta...
-
+ Öppna fil i externt program
-
+ Öppna målmappen
-
+ Öppna markerad mapp
-
+ Uppdatera mappdisposition
-
+ Lägg till aktuell utdatamapp i favoriter
-
+ Exportera metadata till CSV-fil
-
+ Importera metadata från CSV-fil
-
+ Licensavtal avvisat
-
+ Du har nekat att godkänna licensavtalet. Programmet kommer nu att avslutas!
-
+ Hej då!
-
+ LameXP - Upphört
-
+ Denna demoversion av LameXP har upphört att gälla från %1.
-
+ LameXP är kostnadsfritt och release-versionerna upphör inte att gälla.
-
-
+
+ Avsluta programmet
-
+ Det verkar som ett antivirusprogram orsakar långsammare uppstart av LameXP.
-
+ Läs gärna %1 för detaljer och lösningar!
-
+ Långsam uppstart
-
-
-
-
-
+
+
+
+
+ Stäng
-
-
+
+ Visa inte igen
-
+ Viktig uppdatering
-
+ Din version av LameXP är mer än ett år gammal. Dags att uppdatera!
-
-
+
+ Ignorera
-
+ Hoppar över uppdateringskontrollen den här gången, vänta...
-
-
-
+
+
+ Uppdateringspåminnelse
-
+ Din senaste uppdateringskontroll var för mer än 14 dagar sedan. Vill du söka efter uppdateringar nu?
-
+ Du har inte genomfört uppdateringskontroll ännu. Vill du söka efter uppdateringar nu?
-
+ Skjut upp
-
+ LameXP har uptäckt att din version av Nero AAC-kodare är utdaterad!
-
+ Aktuell version är %1 (eller senare), men du har fortfarande version %2.
-
+ n/a
-
+ Du kan ladda ner senaste versionen av Nero AAC-kodare från Neros webbsida:
-
+ (Tips: Bortse från den nedladde zipfilens namn, och kontrollera istället den inkluderade textfilen 'changelog.txt'!)
-
+ AAC-kodare utdaterad
-
+ Neros AAC-kodare kan inte hittas. Stödet för AAC-kodning kommer att inaktiveras.
-
+ Placera 'neroAacEnc.exe', 'neroAacDec.exe' och 'neroAacTag.exe' i LameXPs programmmapp!
-
+ Din LameXP programmapp finns här:
-
+ Du kan ladda ner Nero AAC-kodare gratis från den officiella webbsidan:
-
+ AAC-stödet är inaktiverat
-
-
-
+
+
+ LameXP
-
+ Du måste lägga till minst en fil till listan innan du fortsätter!
-
+ Kan inte hittas
-
+ Din aktuella TEMP-mapp finns inte längre:
-
+ Återställ standard
-
+ Avbryt
-
+ Det finns mindre än %1 GB ledigt diskutrymme i systemets temp-mapp.
-
+ Du behöver frigöra mer diskutrymme innan du fortsätter med omkodningen!
-
+ Temp-mappens placering:
-
+ Varning för dåligt diskutrymme
-
+ Avbryt omkodningsprocessen
-
+ Rensa disken nu
-
+ Dåligt diskutrymme
-
+ Du fortsätter med dåligt diskutrymme. Problem kan uppstå!
-
+ En kodare som saknar stöd har valts!
-
+ Kan inte skriva till den valda utdatamappen.
-
+ Välj en annan målmapp!
-
+ Läs in översättning
-
+ Översättningsfiler
-
+ Vill du verkligen inaktivera uppdateringspåminnelsen?
-
-
-
-
-
-
-
+
+
+
+
+
+
+ Ja
-
-
-
-
-
-
-
+
+
+
+
+
+
+ Nej
-
+ Uppdateringspåminnelsen har inaktiverats.
-
+ Glöm inte att söka efter uppdateringar med jämna mellanrum!
-
+ Uppdateringspåminnelsen har återaktiverats.
-
+ Vill du verkligen inaktivera alla ljudeffekter?
-
-
+
+ Ljudeffekter
-
+ Alla ljudeffekter har inaktiverats.
-
+ Ljudeffekterna har återaktiverats.
-
-
-
+
+
+ Nero AAC-meddelanden
-
+ Vill du verkligen inaktivera alla Nero AAC-meddelanden?
-
+ Alla Nero AAC-meddelanden har inaktiverats.
-
+ Nero AAC-meddelanden har återaktiverats.
-
-
-
+
+
+ Meddelande om långsam uppstart
-
+ Vill du verkligen inaktivera meddelanden om långsam uppstart?
-
+ Meddelanden om långsam uppstart har inaktiverats.
-
+ Meddelanden om långsam uppstart har återaktiverats.
-
-
+
+ Öppna cue-fil
-
-
+
+ Cue-fil
-
-
-
+
+
+ Beta-uppdateringar
-
+ Vill du verkligen att LameXP skall söka efter beta-uppdateringar?
-
+ LameXP kommer i fortsättningen att söka efter beta-uppdatyeringar.
-
+ Sök nu
-
+ LameXP kommer i fortsättningen <i>inte</i> att söka efter beta-uppdateringar.
-
-
-
+
+
+ Viloläge
-
+ Vill du verkligen att datorn skall försättas i viloläge vid avslut?
-
+ LameXP kommer i fortsättningen att försätta datorn i viloläge vid avslut.
-
+ LameXP kommer i fortsättningen <i>inte</i> att försätta datorn i viloläge vid avslut.
-
-
-
+
+
+ Utforskarintegrering
-
+ Vill du verkligen inaktivera LameXPs utforskarintegration?
-
+ LameXPs utforskarintegration har inaktiverats.
-
+ LameXPs utforskarintegration har återaktiverats.
-
-
+
+ Lägg till fil(er)
-
-
+
+ Lägg till mapp
-
-
+
+ Spara CSV-fil
-
-
-
-
+
+
+
+ CSV-fil
-
-
-
-
+
+
+
+ CSV-export
-
+ Det finns ingen meta-data som kan exporteras!
-
+ Kunde inte öppna CSV-filen för skrivning!
-
+ Kunde inte skriva till CSV-filen!
-
+ CSV-filen skapades korrekt!
-
-
+
+ Öppna CSV-fil
-
-
-
-
-
+
+
+
+
+ CSV-import
-
+ Kunde inte öppna CSV-filen för läsning!
-
+ Kunde inte läsa från CSV-filen!
-
+ CSV-filen innehåller inga kända fält!
-
+ CSV-filen är inte komplett. Alla filer uppdaterades inte!
-
+ CSV-filen importerades korrekt!
-
-
+
+ Ny mapp
-
+ Namn på den nya mappen:
-
+ Kunde inte skapa någon mapp
-
+ Den nya mappen kunde inte skapas:
-
+ Diskenheten är skrivskyddad eller åtkomsträttigheter saknas!
-
+ QAAC (Apple)
-
+ FHG AAC (Winamp)
-
+ Nero AAC
-
+ Ej tillgänglig!
-
+ Aktuell AAC-kodare: %1
-
-
-
-
+
+
+
+ Kvallitetsnivå %1
-
-
-
+
+
+ Kompression %1
-
-
-
+
+
+ Okomprimerad
-
+ Bäst kvallitet (långsam)
-
+ Hög kvallitet (rekommenderas)
-
+ Medelkvallitet (standard)
-
+ Låg kvallitet (snabb)
-
+ Dålig kvallitet (mycket snabb)
-
+ Filnamn utan filtillägg
-
+ Spårnummer med inledande nolla
-
+ Spårtitel
-
+ Artistnamn
-
+ Albumnamn
-
+ Årtal med (minst) fyra siffror
-
+ Kommentar
-
+ Förbjudna tecken i filnamn:
-
+ Namnändra macron
-
+ %1 instans(er)
-
+ Kan inte skriva till den specificerade mappen. Välj en annan destination!
-
+ Körs redan
-
+ LameXP körs redan, använd den redan startade instansen!
diff --git a/etc/Translation/LameXP_TW.ts b/etc/Translation/LameXP_TW.ts
index 1ee8e98b..7359b208 100644
--- a/etc/Translation/LameXP_TW.ts
+++ b/etc/Translation/LameXP_TW.ts
@@ -1897,6 +1897,10 @@
+
+
+
+ MetaInfo
diff --git a/etc/Translation/LameXP_UK.ts b/etc/Translation/LameXP_UK.ts
index e0314dc7..044fe176 100644
--- a/etc/Translation/LameXP_UK.ts
+++ b/etc/Translation/LameXP_UK.ts
@@ -1898,6 +1898,10 @@
+
+
+
+ MetaInfo
diff --git a/etc/Translation/LameXP_ZH.ts b/etc/Translation/LameXP_ZH.ts
index 39857792..dccdd830 100644
--- a/etc/Translation/LameXP_ZH.ts
+++ b/etc/Translation/LameXP_ZH.ts
@@ -1897,6 +1897,10 @@
+
+
+
+ MetaInfo
diff --git a/gui/MainWindow.ui b/gui/MainWindow.ui
index dbc3fac0..bc4775e0 100644
--- a/gui/MainWindow.ui
+++ b/gui/MainWindow.ui
@@ -1269,17 +1269,91 @@
-
-
-
- 50
- false
-
-
-
- (Encoder Info)
-
-
+
+
+
+
+
+ 50
+ false
+
+
+
+ (Encoder Info)
+
+
+
+
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+
+
+
+
+ 0
+ 0
+ 255
+
+
+
+
+
+
+
+
+ 0
+ 0
+ 255
+
+
+
+
+
+
+
+
+ 120
+ 120
+ 120
+
+
+
+
+
+
+
+
+ 50
+ false
+ true
+
+
+
+ PointingHandCursor
+
+
+ Show Help
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+
@@ -1323,8 +1397,8 @@
00
- 604
- 1677
+ 602
+ 1668
@@ -4514,6 +4588,9 @@
+
+
+
diff --git a/res/localization/LameXP_DE.qm b/res/localization/LameXP_DE.qm
index ff30522e..0c8bb35e 100644
Binary files a/res/localization/LameXP_DE.qm and b/res/localization/LameXP_DE.qm differ
diff --git a/src/Config.h b/src/Config.h
index c7397a6b..815ca015 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -30,7 +30,7 @@
#define VER_LAMEXP_MINOR_LO 5
#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 13
-#define VER_LAMEXP_BUILD 1068
+#define VER_LAMEXP_BUILD 1069
///////////////////////////////////////////////////////////////////////////////
// Tool versions (minimum expected versions!)
diff --git a/src/Dialog_MainWindow.cpp b/src/Dialog_MainWindow.cpp
index 4d238716..d9a771ff 100644
--- a/src/Dialog_MainWindow.cpp
+++ b/src/Dialog_MainWindow.cpp
@@ -316,10 +316,12 @@ MainWindow::MainWindow(FileListModel *fileListModel, AudioFileModel *metaInfo, S
m_encoderButtonGroup->addButton(radioButtonEncoderOpus, SettingsModel::OpusEncoder);
m_encoderButtonGroup->addButton(radioButtonEncoderDCA, SettingsModel::DCAEncoder);
m_encoderButtonGroup->addButton(radioButtonEncoderPCM, SettingsModel::PCMEncoder);
+
m_modeButtonGroup = new QButtonGroup(this);
m_modeButtonGroup->addButton(radioButtonModeQuality, SettingsModel::VBRMode);
m_modeButtonGroup->addButton(radioButtonModeAverageBitrate, SettingsModel::ABRMode);
m_modeButtonGroup->addButton(radioButtonConstBitrate, SettingsModel::CBRMode);
+
radioButtonEncoderAAC->setEnabled(m_neroEncoderAvailable || m_fhgEncoderAvailable || m_qaacEncoderAvailable);
radioButtonEncoderMP3->setChecked(m_settings->compressionEncoder() == SettingsModel::MP3Encoder);
radioButtonEncoderVorbis->setChecked(m_settings->compressionEncoder() == SettingsModel::VorbisEncoder);
@@ -333,9 +335,15 @@ MainWindow::MainWindow(FileListModel *fileListModel, AudioFileModel *metaInfo, S
radioButtonModeAverageBitrate->setChecked(m_settings->compressionRCMode() == SettingsModel::ABRMode);
radioButtonConstBitrate->setChecked(m_settings->compressionRCMode() == SettingsModel::CBRMode);
sliderBitrate->setValue(m_settings->compressionBitrate());
+
+ m_evenFilterCompressionTab = new CustomEventFilter();
+ labelCompressionHelp->installEventFilter(m_evenFilterCompressionTab);
+
connect(m_encoderButtonGroup, SIGNAL(buttonClicked(int)), this, SLOT(updateEncoder(int)));
connect(m_modeButtonGroup, SIGNAL(buttonClicked(int)), this, SLOT(updateRCMode(int)));
+ connect(m_evenFilterCompressionTab, SIGNAL(eventOccurred(QWidget*, QEvent*)), this, SLOT(compressionTabEventOccurred(QWidget*, QEvent*)));
connect(sliderBitrate, SIGNAL(valueChanged(int)), this, SLOT(updateBitrate(int)));
+
updateEncoder(m_encoderButtonGroup->checkedId());
//--------------------------------
@@ -630,6 +638,7 @@ MainWindow::~MainWindow(void)
LAMEXP_DELETE(m_evenFilterCustumParamsHelp);
LAMEXP_DELETE(m_evenFilterOutputFolderMouse);
LAMEXP_DELETE(m_evenFilterOutputFolderView);
+ LAMEXP_DELETE(m_evenFilterCompressionTab);
}
////////////////////////////////////////////////////////////
@@ -690,42 +699,6 @@ void MainWindow::addFiles(const QStringList &files)
/* ignore any exceptions that may occur */
}
- //--ST--
- //
- //FileAnalyzer_ST *analyzerST = new FileAnalyzer_ST(files);
- //connect(analyzerST, SIGNAL(fileSelected(QString)), m_banner, SLOT(setText(QString)), Qt::QueuedConnection);
- //connect(analyzerST, SIGNAL(progressValChanged(unsigned int)), m_banner, SLOT(setProgressVal(unsigned int)), Qt::QueuedConnection);
- //connect(analyzerST, SIGNAL(progressMaxChanged(unsigned int)), m_banner, SLOT(setProgressMax(unsigned int)), Qt::QueuedConnection);
- //connect(analyzerST, SIGNAL(fileAnalyzed(AudioFileModel)), m_fileListModel, SLOT(addFile(AudioFileModel)), Qt::QueuedConnection);
- //connect(m_banner, SIGNAL(userAbort()), analyzerST, SLOT(abortProcess()), Qt::DirectConnection);
- //
- //try
- //{
- // m_fileListModel->setBlockUpdates(true);
- // QTime startTime = QTime::currentTime();
- // m_banner->show(tr("Adding file(s), please wait..."), analyzerST);
- // timeST = startTime.secsTo(QTime::currentTime());
- //}
- //catch(...)
- //{
- // /* ignore any exceptions that may occur */
- //}
- //
- //------
- //
- //if(timeST > 0 && timeMT > 0)
- //{
- // double speedUp = static_cast(timeST) / static_cast(timeMT);
- // qWarning("ST: %d, MT: %d", timeST, timeMT);
- // QMessageBox::information(this, "Speed Up", QString().sprintf("Announcement: The new multi-threaded file analyzer is %.1fx faster !!!", speedUp), QMessageBox::Ok);
- //}
- //else
- //{
- // QMessageBox::information(this, "Speed Up", "Couldn't compare the the new multi-threaded file analyzer this time!", QMessageBox::Ok);
- //}
- //
- //------
-
m_fileListModel->setBlockUpdates(false);
qApp->processEvents(QEventLoop::ExcludeUserInputEvents);
sourceFileView->update();
@@ -3398,6 +3371,17 @@ void MainWindow::updateBitrate(int value)
}
}
+/*
+ * Event for compression tab occurred
+ */
+void MainWindow::compressionTabEventOccurred(QWidget *sender, QEvent *event)
+{
+ if((sender == labelCompressionHelp) && (event->type() == QEvent::MouseButtonPress))
+ {
+ QDesktopServices::openUrl(QUrl("http://lamexp.git.sourceforge.net/git/gitweb.cgi?p=lamexp/lamexp;a=blob_plain;f=doc/FAQ.html;hb=HEAD#054010d9"));
+ }
+}
+
// =========================================================
// Advanced option slots
// =========================================================
diff --git a/src/Dialog_MainWindow.h b/src/Dialog_MainWindow.h
index 51d33661..39e914af 100644
--- a/src/Dialog_MainWindow.h
+++ b/src/Dialog_MainWindow.h
@@ -71,6 +71,7 @@ private slots:
void clearFilesButtonClicked(void);
void clearMetaButtonClicked(void);
void closeButtonClicked(void);
+ void compressionTabEventOccurred(QWidget*, QEvent*);
void customParamsChanged(void);
void customParamsHelpRequested(QWidget *obj, QEvent *event);
void customTempFolderChanged(const QString &text);
@@ -214,4 +215,5 @@ private:
CustomEventFilter *m_evenFilterCustumParamsHelp;
CustomEventFilter *m_evenFilterOutputFolderMouse;
CustomEventFilter *m_evenFilterOutputFolderView;
+ CustomEventFilter *m_evenFilterCompressionTab;
};
diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp
index f037ce6c..46eb5637 100644
--- a/src/Thread_Initialization.cpp
+++ b/src/Thread_Initialization.cpp
@@ -743,7 +743,7 @@ void InitializationThread::selfTest(void)
qDebug("%02i -> %s", ++n, g_lamexp_tools[i].pcName);
}
}
- if(n != 25)
+ if(n != 28)
{
qFatal("Tool count mismatch !!!");
}