Skip to content

Commit ddc237e

Browse files
committed
ドキュメントを更新。
1 parent 1544ef7 commit ddc237e

4 files changed

Lines changed: 70 additions & 4 deletions

File tree

NVEnc/NVEnc_readme.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,39 @@ NVIDIA グラフィックドライバ 551.23
214214
今後の更新で設定ファイルの互換性がなくなるかもしれません。
215215

216216
【メモ】
217+
2026.08.15 (9.32)
218+
- 使用するffmpegのライブラリを更新。
219+
- ffmpeg 8.0 -> 9.0.1
220+
- libvmaf 3.0.0 -> 3.2.0
221+
- libpng 1.6.50 -> 1.6.58
222+
- xz 5.8.2 -> 5.8.3
223+
- expat 2.7.1 -> 2.8.2
224+
- harfbuzz 11.4.4 -> 14.3.0
225+
- libunibreak 6.1 -> 7.0
226+
- libass 0.17.4 -> 0.17.5
227+
- lame 3.100 -> 4.0
228+
- libxml2 2.14.5 -> 2.15.3
229+
- libbluray 1.3.4 -> 1.5.0
230+
- libaribcaption 1.1.1 -> 1.1.2
231+
- libav1d 1.5.3 -> 1.5.4
232+
- libvpl 2.16.0 -> 2.17.0
233+
- nv-codec-headers 12.2.72.0 -> 13.1.15.0
234+
- glslang 15.4.0 -> 16.5.0
235+
- shaderc 2024.1 -> 2026.3
236+
- dovi_tool 2.3.1 -> 2.3.3
237+
- libjpeg-turbo 3.1.1 -> 3.2.0
238+
- lcms2 2.17 -> 2.19.1
239+
- vulkan-loader 1.3.295 -> 1.4.359
240+
- libplacebo 7.351.0 -> 7.360.1
241+
- vvenc 1.13.1 -> 1.14.0
242+
- svt-av1 3.1.0 -> 4.2.0
243+
- dovi_tool 2.3.1 -> 2.3.3
244+
- hdr10plus_tool 1.7.1 -> 1.7.2
245+
- --vpp-onnxのゼロコピー失敗後のホスト経路を再初期化。
246+
- --vpp-anime4k-shaderのdeblurのstrength指定順を修正。
247+
- LUT3Dの入力ドメイン処理を修正。(--vpp-colorspace)
248+
- --vpp-tweakの彩度係数の二重適用を修正。
249+
217250
2026.08.08 (9.31)
218251
- NVENC SDK 13.1に対応。
219252
- AV1 hierarchical Bフレーム参照モードに対応。(--bref-mode hierarchical)

NVEncCore/rgy_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
#ifndef __RGY_CONFIG_H__
3030
#define __RGY_CONFIG_H__
3131

32-
#define VER_FILEVERSION 0,9,31,0
33-
#define VER_STR_FILEVERSION "9.31"
34-
#define VER_STR_FILEVERSION_TCHAR _T("9.31")
32+
#define VER_FILEVERSION 0,9,32,0
33+
#define VER_STR_FILEVERSION "9.32"
34+
#define VER_STR_FILEVERSION_TCHAR _T("9.32")
3535

3636
#ifdef _M_IX86
3737
#define BUILD_ARCH_STR _T("x86")

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ when there are multiple GPUs available which support NVENC.
175175
| 12.1 | NVIDIA graphics driver (Win 531.61 / Linux 530.41.03) or later |
176176
| 12.2 | NVIDIA graphics driver (Win 551.76 / Linux 550.54.144) or later |
177177
| 13.0 | NVIDIA graphics driver (Win 570.00 / Linux 570.00) or later |
178-
| 13.0 | NVIDIA graphics driver (Win 610.00 / Linux 610.00) or later |
178+
| 13.1 | NVIDIA graphics driver (Win 610.00 / Linux 610.00) or later |
179179

180180
| CUDA version | Required graphics driver version |
181181
|:------ |:--------------------------------- |

ReleaseNotes.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# NVEnc Release Notes
22

3+
## 9.32
4+
5+
- Update ffmpeg libraries. -> [binaries and src](https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/tag/20260812), [build_scripts](https://github.com/rigaya/build_scripts)
6+
- ffmpeg 8.0 -> 9.0.1
7+
- libvmaf 3.0.0 -> 3.2.0
8+
- libpng 1.6.50 -> 1.6.58
9+
- xz 5.8.2 -> 5.8.3
10+
- expat 2.7.1 -> 2.8.2
11+
- harfbuzz 11.4.4 -> 14.3.0
12+
- libunibreak 6.1 -> 7.0
13+
- libass 0.17.4 -> 0.17.5
14+
- lame 3.100 -> 4.0
15+
- libxml2 2.14.5 -> 2.15.3
16+
- libbluray 1.3.4 -> 1.5.0
17+
- libaribcaption 1.1.1 -> 1.1.2
18+
- libav1d 1.5.3 -> 1.5.4
19+
- libvpl 2.16.0 -> 2.17.0
20+
- nv-codec-headers 12.2.72.0 -> 13.1.15.0
21+
- glslang 15.4.0 -> 16.5.0
22+
- shaderc 2024.1 -> 2026.3
23+
- dovi_tool 2.3.1 -> 2.3.3
24+
- libjpeg-turbo 3.1.1 -> 3.2.0
25+
- lcms2 2.17 -> 2.19.1
26+
- vulkan-loader 1.3.295 -> 1.4.359
27+
- libplacebo 7.351.0 -> 7.360.1
28+
- vvenc 1.13.1 -> 1.14.0
29+
- svt-av1 3.1.0 -> 4.2.0
30+
- dovi_tool 2.3.1 -> 2.3.3
31+
- Reinitialize host path after [--vpp-onnx](./NVEncC_Options.en.md#--vpp-onnx-param1value1param2value2) zero-copy failure. ( #791 )
32+
- Fix [--vpp-anime4k-shader](./NVEncC_Options.en.md#--vpp-anime4k-shader-param1value1param2value2) deblur strength depending on parameter order.
33+
- Fix LUT3D input domain handling in [--vpp-colorspace](./NVEncC_Options.en.md#--vpp-colorspace-param1value1param2value2).
34+
- Fix double application of saturation in [--vpp-tweak](./NVEncC_Options.en.md#--vpp-tweak-param1value1param2value2).
35+
336
## 9.31
437

538
- Update to NVENC SDK 13.1.

0 commit comments

Comments
 (0)