diff --git a/HISTORY.txt b/HISTORY.txt index bb3f3b8..92c215d 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -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] diff --git a/src/encoder_nvencc.cpp b/src/encoder_nvencc.cpp index 908e07a..366cf26 100644 --- a/src/encoder_nvencc.cpp +++ b/src/encoder_nvencc.cpp @@ -40,7 +40,7 @@ #include //x265 version info -static const unsigned int VERSION_NVENCC_MINIMUM_VER = 605; +static const unsigned int VERSION_NVENCC_MINIMUM_VER = 728; // ------------------------------------------------------------ // Helper Macros