diff --git a/src/common.cpp b/src/common.cpp index 6d87d11..3b36fed 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -193,7 +193,7 @@ bool rdConf(const QString &filePath, shared_t *share, bool reset) share->evMaxSecs = 30; share->conf = filePath; share->outputType = "stderr"; - share->compCmd = "magick compare -metric FUZZ " + QString(PREV_IMG) + " " + QString(NEXT_IMG) + " /dev/null"; + share->compCmd = "compare -metric FUZZ " + QString(PREV_IMG) + " " + QString(NEXT_IMG) + " /dev/null"; share->vidCodec = "copy"; share->audCodec = "copy"; share->streamExt = ".mkv"; diff --git a/src/common.h b/src/common.h index ea00ecb..e65e953 100644 --- a/src/common.h +++ b/src/common.h @@ -41,7 +41,7 @@ using namespace std; -#define APP_VERSION "3.6.t9" +#define APP_VERSION "3.6.t10" #define APP_NAME "JustMotion" #define APP_TARGET "jmotion" #define DATETIME_FMT "yyyyMMddhhmmss"