Skip to content

Commit

Permalink
バージョン7.44。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Mar 4, 2024
1 parent 79cc1ad commit b18370f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions NVEnc/NVEnc_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ NVIDIA グラフィックドライバ 545.92
今後の更新で設定ファイルの互換性がなくなるかもしれません。

【メモ】
2024.03.04 (7.44)
- --vpp-fruc fps=<int>/<int>が正常に動作しない問題を修正。

2024.03.03 (7.43)
- NVIDIA Optical Flow SDKのFRUCを使って、フレーム補間によるフレームレート変換を行うフィルタを追加。(--vpp-fruc)
Windows/Turing以降のGPU/528.24以降のドライバが必要。
Expand Down
1 change: 0 additions & 1 deletion NVEncCore/rgy_err.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ RGY_ERR err_to_rgy(NppStatus err) {
return (ret == ERR_MAP_FIN) ? RGY_ERR_UNKNOWN : ret->rgy;
}


#endif //#if ENCODER_NVENC

#if ENCODER_VCEENC
Expand Down
6 changes: 3 additions & 3 deletions NVEncCore/rgy_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
#ifndef __RGY_CONFIG_H__
#define __RGY_CONFIG_H__

#define VER_FILEVERSION 0,7,43,0
#define VER_STR_FILEVERSION "7.43"
#define VER_STR_FILEVERSION_TCHAR _T("7.43")
#define VER_FILEVERSION 0,7,44,0
#define VER_STR_FILEVERSION "7.44"
#define VER_STR_FILEVERSION_TCHAR _T("7.44")

#ifdef _M_IX86
#define BUILD_ARCH_STR _T("x86")
Expand Down

0 comments on commit b18370f

Please sign in to comment.