Skip to content

Commit c63289e

Browse files
committed
更新履歴に追記。
1 parent b6f5512 commit c63289e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

NVEnc/NVEnc_readme.txt

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

215215
【メモ】
216+
2025.11.27 (9.08)
217+
- 入力の音声コーデックが--audio-codec指定と同じ場合は--audio-copyし、異なる場合のみエンコードするオプションを追加。 (--audio-encode-other-codec-only, #743)
218+
- dolby visionの出力制限を解除。
219+
216220
2025.11.08 (9.07)
217221
- RTMP/FLV出力時にH.264エンコードでエラーとなっていた問題を修正。
218222
- -c av_libsvtav1でエンコード時にmkvができなかった問題を修正。

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,7,0
33-
#define VER_STR_FILEVERSION "9.07"
34-
#define VER_STR_FILEVERSION_TCHAR _T("9.07")
32+
#define VER_FILEVERSION 0,9,8,0
33+
#define VER_STR_FILEVERSION "9.08"
34+
#define VER_STR_FILEVERSION_TCHAR _T("9.08")
3535

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

ReleaseNotes.md

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

3+
## 9.08
4+
5+
- Add option to encode only when input audio codec differs from codec specified by [--audio-codec](./NVEncC_Options.en.md#--audio-codec-intstringstringstringstringstringstring). ([--audio-encode-other-codec-only](./NVEncC_Options.en.md#--audio-encode-other-codec-only), #743)
6+
- Remove restriction on dolby vision output. ( #738 )
7+
38
## 9.07
49

510
- Fix error when encoding H.264 for RTMP/FLV output.

0 commit comments

Comments
 (0)