Skip to content

Commit

Permalink
- --vpp-libplacebo-debandのgrain_cのヘルプを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Nov 24, 2024
1 parent 30b8990 commit 3afe76d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NVEnc/NVEnc_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ NVIDIA グラフィックドライバ 551.23
【メモ】
2024.11.24 (7.76)
- --dolby-vision-rpuをファイルから読む場合に壊してしまっていたのを修正。
- --vpp-libplacebo-debandのgrain_y, grain_cの読み取りが行われない問題を修正。
- --vpp-libplacebo-debandのgrain_cのヘルプを修正。

2024.11.22 (7.75)
- AV1ではLevelを常に自動選択させるよう変更。
Expand Down
2 changes: 1 addition & 1 deletion NVEncCore/rgy_cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9351,7 +9351,7 @@ tstring gen_cmd_help_vpp() {
_T(" threshold=<float> cut-off threshold (default=%.1f, 0-)\n")
_T(" radius=<float> initial radius (default=%.1f, 0-)\n")
_T(" grain_y=<float> extra noise for luma (default=%.1f, 0-)\n")
_T(" grain_c=<float> extra noise for chroma (default=%.1f, 0-)\n")
_T(" grain_c=<float> extra noise for chroma (default=same as grain_y, 0-)\n")
_T(" dither=<string> dither mode, only for 8bit\n")
_T(" none, blue_noise, ordered_lut, ordered_fixed, white_noise\n")
_T(" lut_size=<int> size of LUT. (default=%d, 1-8)\n"),
Expand Down

0 comments on commit 3afe76d

Please sign in to comment.