OSDN Git Service

Updated NVEncC version.
authorlordmulder <mulder2@gmx.de>
Sun, 18 Jun 2023 12:13:06 +0000 (14:13 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 18 Jun 2023 12:13:06 +0000 (14:13 +0200)
HISTORY.txt
src/encoder_nvencc.cpp

index bb3f3b8..92c215d 100644 (file)
@@ -5,6 +5,7 @@ Simple x264/x265 Launcher version history
 Version 3.03 [2023-06-18]
 * Updated x264 to revision 3106 (API v164)
 * Updated x265 to version 3.5+100
+* Updated NVEncC to version 7.28
 * Updated build environment to Visual Studio 2022 with Update-6
 
 Version 3.02 [2022-06-16]
index 908e07a..366cf26 100644 (file)
@@ -40,7 +40,7 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_NVENCC_MINIMUM_VER = 605;
+static const unsigned int VERSION_NVENCC_MINIMUM_VER = 728;
 
 // ------------------------------------------------------------
 // Helper Macros