Updated NVEncC version.
This commit is contained in:
parent
20f229db45
commit
8721ba5d30
@ -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]
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user