Once again updated 'avs2wav' tool. Should now create more correct Wave files that Nero AAC encoder will accept.

This commit is contained in:
LoRd_MuldeR 2011-05-22 20:35:17 +02:00
parent 88ef564e5c
commit e83b2149f5
4 changed files with 7 additions and 2 deletions

Binary file not shown.

View File

@ -30,7 +30,7 @@
#define VER_LAMEXP_MINOR_LO 2
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 3
#define VER_LAMEXP_BUILD 545
#define VER_LAMEXP_BUILD 548
///////////////////////////////////////////////////////////////////////////////
// Tools versions

View File

@ -128,6 +128,11 @@ void FileAnalyzer::run()
m_filesAccepted++;
emit fileAnalyzed(file);
}
else
{
qDebug64("Rejected Avisynth file: %1", file.filePath());
m_filesRejected++;
}
}
else
{

View File

@ -56,7 +56,7 @@ g_lamexp_tools[] =
{"22253052acba92a0088bbf0aa82a8c505c07b854", CPU_TYPE_SSE, "aften.sse2.exe", 8},
{"2996a48b01b65a2c1806482654beeea7ffcf1f80", CPU_TYPE_X64, "aften.x64.exe", 8},
{"3b41f85dde8d4a5a0f4cd5f461099d0db24610ba", CPU_TYPE_ALL, "alac.exe", 20},
{"566dc304a9af848e980c169f690846a72a860687", CPU_TYPE_ALL, "avs2wav.exe", 12},
{"02de72093a2418b5d665062bf4c89ddf50ec5839", CPU_TYPE_ALL, "avs2wav.exe", 12},
{"fb74ac8b73ad8cba2c3b4e6e61f23401d630dc22", CPU_TYPE_ALL, "elevator.exe", UINT_MAX},
{"80e372d8b20be24102c18284286fcdf5fa14bd86", CPU_TYPE_ALL, "faad.exe", 27},
{"d33cd86f04bd4067e244d2804466583c7b90a4e2", CPU_TYPE_ALL, "flac.exe", 121},