diff --git a/src/source_abstract.cpp b/src/source_abstract.cpp index f623969..720db5f 100644 --- a/src/source_abstract.cpp +++ b/src/source_abstract.cpp @@ -145,8 +145,7 @@ bool AbstractSource::checkSourceProperties(ClipInfo &clipInfo) log(tr("\nPROCESS EXITED WITH ERROR CODE: %1").arg(QString::number(exitCode))); if((exitCode < 0) || (exitCode >= 32)) { - log(tr("\nIMPORTANT: The Avs2YUV process terminated abnormally. This means Avisynth or one of your Avisynth-Plugin's just crashed.")); - log(tr("IMPORTANT: Please fix your Avisynth script and try again! If you use Avisynth-MT, try using a *stable* Avisynth instead!")); + log(tr("\nIMPORTANT: The input process terminated abnormally. This means Avisynth/VapourSynth or one of its plugins crashed!")); } } return false; diff --git a/src/source_vapoursynth.cpp b/src/source_vapoursynth.cpp index 2838130..d2682e1 100644 --- a/src/source_vapoursynth.cpp +++ b/src/source_vapoursynth.cpp @@ -131,7 +131,7 @@ QString VapoursynthSource::printVersion(const unsigned int &revision, const bool unsigned int core, build; splitRevision(revision, core, build); - return tr("\nVapourSynth version: r%1 (API r%2)").arg(QString::number(build), QString::number(core)); + return tr("VapourSynth version: r%1 (API r%2)").arg(QString::number(build), QString::number(core)); } bool VapoursynthSource::isVersionSupported(const unsigned int &revision, const bool &modified) diff --git a/src/version.h b/src/version.h index 06c47e9..6cfa6cd 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 9 #define VER_X264_PATCH 2 -#define VER_X264_BUILD 1172 +#define VER_X264_BUILD 1174 #define VER_X264_PORTABLE_EDITION (0)