Tweaked default values for encoder settings.
This commit is contained in:
parent
6b0f6f3b3a
commit
33b55de005
@ -34,7 +34,7 @@
|
||||
#define VER_LAMEXP_MINOR_LO 9
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 1
|
||||
#define VER_LAMEXP_BUILD 1349
|
||||
#define VER_LAMEXP_BUILD 1350
|
||||
#define VER_LAMEXP_CONFG 1348
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -954,7 +954,7 @@ void MainWindow::changeEvent(QEvent *e)
|
||||
{
|
||||
if(e->type() == QEvent::LanguageChange)
|
||||
{
|
||||
qWarning("\nMainWindow::changeEvent()\n");
|
||||
/*qWarning("\nMainWindow::changeEvent()\n");*/
|
||||
|
||||
int comboBoxIndex[8];
|
||||
|
||||
|
@ -564,37 +564,37 @@ LAMEXP_MAKE_OPTION_B(bitrateManagementEnabled, false)
|
||||
LAMEXP_MAKE_OPTION_I(bitrateManagementMaxRate, 500)
|
||||
LAMEXP_MAKE_OPTION_I(bitrateManagementMinRate, 32)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateAacEnc, 20)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateAften, 15)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateDcaEnc, 47)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateFLAC, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateAften, 17)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateDcaEnc, 13)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateFLAC, 5)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateLAME, 10)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateOggEnc, 20)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateOpusEnc, 16)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateOggEnc, 16)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateOpusEnc, 11)
|
||||
LAMEXP_MAKE_OPTION_I(compressionAbrBitrateWave, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateAacEnc, 20)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateAften, 15)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateDcaEnc, 47)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateFLAC, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateAften, 17)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateDcaEnc, 13)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateFLAC, 5)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateLAME, 10)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateOggEnc, 20)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateOpusEnc, 16)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateOggEnc, 16)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateOpusEnc, 11)
|
||||
LAMEXP_MAKE_OPTION_I(compressionCbrBitrateWave, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionEncoder, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeAacEnc, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeAften, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeDcaEnc, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeDcaEnc, 2)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeFLAC, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeLAME, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeOggEnc, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeOpusEnc, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeWave, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionRCModeWave, 2)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityAacEnc, 10)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityAften, 8)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityDcaEnc, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityFLAC, 8)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityAften, 15)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityDcaEnc, 13)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityFLAC, 5)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityLAME, 7)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityOggEnc, 5)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityOpusEnc, 0)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityOggEnc, 7)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityOpusEnc, 11)
|
||||
LAMEXP_MAKE_OPTION_I(compressionVbrQualityWave, 0)
|
||||
LAMEXP_MAKE_OPTION_B(createPlaylist, true)
|
||||
LAMEXP_MAKE_OPTION_S(currentLanguage, defaultLanguage())
|
||||
|
Loading…
Reference in New Issue
Block a user