Skip to content

Commit

Permalink
使用するffmpeg_dllを更新し、mmtsとVP9のYUVA420に対応。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Aug 22, 2024
1 parent 0573f95 commit 19e41c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 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/20240511/ffmpeg_dlls_for_hwenc_20240511.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
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/20240511/ffmpeg_dlls_for_hwenc_20240511.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
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.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/20240511/ffmpeg_dlls_for_hwenc_20240511.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
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/20240511/ffmpeg_dlls_for_hwenc_20240511.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
7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z
```

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

【メモ】
2024.08.21 (7.65)
2024.08.22 (7.65)
- ffmpeg 7.0に更新。(Windows版)
- ffmpeg 7.0 -> 20240820
- ffmpeg 7.0 -> 20240822
- dav1d 1.4.1 -> 1.4.3
- libvpl 2.11.0 -> 2.12.0
- nv-codec-headers 12.2.72.0 (new!)
- MMT/TLV対応パッチを組み込み
- libvpx 2.14.0
- MMT/TLV対応パッチを組み込み (mmtsを読み込み可能に)
- --avsw libvpx-vp9で、VP9のYUVA420を読み込めるように。
- vpp-nlmeans, vpp-tweak, vpp-padをRGB処理に対応。

2024.08.13 (7.64)
Expand Down

0 comments on commit 19e41c9

Please sign in to comment.