Skip to content

Commit

Permalink
使用するffmpegのライブラリを更新し、MMT/TLV対応パッチを改良。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Sep 2, 2024
1 parent 9fd1ac8 commit 6464b23
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
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/20240822/ffmpeg_dlls_for_hwenc_20240822.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240902/ffmpeg_dlls_for_hwenc_20240902.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 @@ -171,7 +171,7 @@ jobs:

- name: Checkout dependencies
run: |
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240822/ffmpeg_dlls_for_hwenc_20240822.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240902/ffmpeg_dlls_for_hwenc_20240902.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/20231123/ffmpeg_dlls_for_hwenc_20231123.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240902/ffmpeg_dlls_for_hwenc_20240902.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/20240822/ffmpeg_dlls_for_hwenc_20240822.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240902/ffmpeg_dlls_for_hwenc_20240902.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/20240822/ffmpeg_dlls_for_hwenc_20240822.7z
curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20240902/ffmpeg_dlls_for_hwenc_20240902.7z
7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z
```

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

【メモ】
2024.09.02 (7.66)
- vpp-smoothの誤ったhelpを修正。
- 使用するffmpegのライブラリを更新。(Windows版)
- MMT/TLV対応パッチを改良。

2024.08.22 (7.65)
- ffmpeg 7.0に更新。(Windows版)
- 使用するffmpegのライブラリを更新。(Windows版)
- ffmpeg 7.0 -> 20240822
- dav1d 1.4.1 -> 1.4.3
- libvpl 2.11.0 -> 2.12.0
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,65,0
#define VER_STR_FILEVERSION "7.65"
#define VER_STR_FILEVERSION_TCHAR _T("7.65")
#define VER_FILEVERSION 0,7,66,0
#define VER_STR_FILEVERSION "7.66"
#define VER_STR_FILEVERSION_TCHAR _T("7.66")

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

0 comments on commit 6464b23

Please sign in to comment.