Updated NVEncC version.

This commit is contained in:
LoRd_MuldeR 2023-06-18 14:13:06 +02:00
parent 20f229db45
commit 8721ba5d30
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Simple x264/x265 Launcher version history
Version 3.03 [2023-06-18] Version 3.03 [2023-06-18]
* Updated x264 to revision 3106 (API v164) * Updated x264 to revision 3106 (API v164)
* Updated x265 to version 3.5+100 * Updated x265 to version 3.5+100
* Updated NVEncC to version 7.28
* Updated build environment to Visual Studio 2022 with Update-6 * Updated build environment to Visual Studio 2022 with Update-6
Version 3.02 [2022-06-16] Version 3.02 [2022-06-16]

View File

@ -40,7 +40,7 @@
#include <QPair> #include <QPair>
//x265 version info //x265 version info
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 605; static const unsigned int VERSION_NVENCC_MINIMUM_VER = 728;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros