Skip to content

Commit

Permalink
hdr10plus_genの同梱を停止。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Nov 2, 2024
1 parent c185be5 commit 3a95ac8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ jobs:

- name: Checkout dependencies
run: |
curl -s -o hdr10plus_gen_0.00_${{ matrix.platform }}.7z -L https://github.com/rigaya/hdr10plus_gen/releases/download/0.00/hdr10plus_gen_0.00_${{ matrix.platform }}.7z
7z x -ohdr10plus_gen\ hdr10plus_gen_0.00_${{ matrix.platform }}.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240929/ffmpeg_dlls_for_hwenc_20240929.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20241102/ffmpeg_dlls_for_hwenc_20241102.7z
7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z
if "${{ matrix.arch }}" == "x64" curl -s -o NVEncNVOFFRUC_x64.7z -L https://github.com/rigaya/NVEnc/releases/download/7.42/NVEncNVOFFRUC_20240303_x64.7z
if "${{ matrix.arch }}" == "x64" 7z x -oNVEncNVOFFRUCBin -y NVEncNVOFFRUC_x64.7z
Expand Down Expand Up @@ -105,7 +103,6 @@ jobs:
mkdir NVEncC_Release
copy _build\${{ matrix.platform }}\RelStatic\NVEncC*.exe NVEncC_Release
copy _build\${{ matrix.platform }}\RelStatic\*.dll NVEncC_Release
copy hdr10plus_gen\hdr10plus_gen.exe NVEncC_Release
if "${{ matrix.arch }}" == "x64" copy "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${{ matrix.cuda_ver_major }}.${{ matrix.cuda_ver_minor }}\bin\nvrtc64_*_0.dll" NVEncC_Release
if "${{ matrix.arch }}" == "x64" copy "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${{ matrix.cuda_ver_major }}.${{ matrix.cuda_ver_minor }}\bin\nvrtc-builtins64_*.dll" NVEncC_Release
if "${{ matrix.arch }}" == "x64" copy NVEncNVOFFRUCBin\*.dll NVEncC_Release
Expand Down Expand Up @@ -171,7 +168,7 @@ jobs:

- name: Checkout dependencies
run: |
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240929/ffmpeg_dlls_for_hwenc_20240929.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20241102/ffmpeg_dlls_for_hwenc_20241102.7z
7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z
git clone https://github.com/AviSynth/AviSynthPlus.git ..\AviSynthPlus
git clone https://github.com/vapoursynth/vapoursynth.git ..\vapoursynth
Expand Down
2 changes: 1 addition & 1 deletion Build.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setx VAPOURSYNTH_SDK "C:\Program Files (x86)\VapourSynth\sdk"
```Batchfile
git clone https://github.com/rigaya/NVEnc --recursive
cd NVEnc
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240929/ffmpeg_dlls_for_hwenc_20240929.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20241102/ffmpeg_dlls_for_hwenc_20241102.7z
7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z
```

Expand Down
2 changes: 1 addition & 1 deletion Build.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ setx VAPOURSYNTH_SDK "C:\Program Files (x86)\VapourSynth\sdk"
```Batchfile
git clone https://github.com/rigaya/NVEnc --recursive
cd NVEnc
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240929/ffmpeg_dlls_for_hwenc_20240929.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20241102/ffmpeg_dlls_for_hwenc_20241102.7z
7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z
```

Expand Down
2 changes: 1 addition & 1 deletion Build.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ setx VAPOURSYNTH_SDK "C:\Program Files\VapourSynth\sdk"
```Batchfile
git clone https://github.com/rigaya/NVEnc --recursive
cd NVEnc
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240929/ffmpeg_dlls_for_hwenc_20240929.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20241102/ffmpeg_dlls_for_hwenc_20241102.7z
7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z
```

Expand Down
8 changes: 8 additions & 0 deletions NVEnc/NVEnc_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,14 @@ NVIDIA グラフィックドライバ 551.23
今後の更新で設定ファイルの互換性がなくなるかもしれません。

【メモ】
2024.11.02 (7.73)
[NVEncC]
- HEVC, AV1でraw出力時のメモリリークを修正。
- --dhdr10-infoの実装を変更し、Linuxでの動作に対応。
hdr10plus_gen.exeを使用する代わりにlibhdr10plusを使用するように変更。
- 入力ファイルにdoviがない場合に、--dolby-vision-rpuを指定するとエラー終了する問題を修正。
- --dhdr10-infoがraw出力時に動作しなくなっていたのを修正。

2024.10.27 (7.72)
[NVEncC]
- --vpp-libplacebo-shaderでlumaに対して処理を行うshaderが正常に動作しなかった問題を修正。
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,72,0
#define VER_STR_FILEVERSION "7.72"
#define VER_STR_FILEVERSION_TCHAR _T("7.72")
#define VER_FILEVERSION 0,7,73,0
#define VER_STR_FILEVERSION "7.73"
#define VER_STR_FILEVERSION_TCHAR _T("7.73")

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

0 comments on commit 3a95ac8

Please sign in to comment.