Skip to content

Commit

Permalink
Update: [GitHub][workflows] NVEncC を 7.31 に更新・rkmppenc を 0.03 に更新・Pyt…
Browse files Browse the repository at this point in the history
…hon を 3.11.5 に更新・pipenv を更新
  • Loading branch information
tsukumijima committed Sep 15, 2023
1 parent 2ab2abb commit e74cf9d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_thirdparty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ on:
env:
# Python のバージョン (Python Standalone Builds のリリースを指定する)
## ref: https://github.com/indygreg/python-build-standalone/releases
PYTHON_TAG: '20230726'
PYTHON_TAG: '20230826'
PYTHON_MAJOR_VERSION: '3.11'
PYTHON_VERSION: '3.11.4'
PYTHON_VERSION: '3.11.5'
# pipenv のバージョン
PIPENV_VERSION: '2023.7.23'
# FFmpeg (FFmpeg-Builds のリリースを指定する)
## HWENCC と付く方は QSVEncC・NVEncC・VCEEncC (Linux 版) が依存する FFmpeg のバージョン
## FFmpeg-Builds は毎月末のリリースが長期間保持されるので、基本的には毎月末のリリースを指定する
## ref: https://github.com/BtbN/FFmpeg-Builds/releases
FFMPEG_TAG: 'autobuild-2023-06-30-17-31'
FFMPEG_TAG: 'autobuild-2023-08-31-12-54'
FFMPEG_MAJOR_VERSION: '5.1'
FFMPEG_VERSION: '5.1.3-14-ge5b5dd6653'
FFMPEG_VERSION: '5.1.3-16-g566aa38d98'
FFMPEG_HWENCC_MAJOR_VERSION: '4.4'
FFMPEG_HWENCC_VERSION: '4.4.4-6-gd5fa6e3a91'
# QSVEncC・NVEncC・VCEEncC・rkmppenc のバージョン
QSVENCC_VERSION: '7.48'
NVENCC_VERSION: '7.30'
NVENCC_VERSION: '7.31'
VCEENCC_VERSION: '8.16'
RKMPPENC_VERSION: '0.02'
RKMPPENC_VERSION: '0.03'
# libmediainfo のバージョン
## Windows 版の pymediainfo (ビルド済みの MediaInfo.dll が同梱されている) とバージョンを合わせる
## ref: https://github.com/sbraz/pymediainfo/blob/v6.0.1/appveyor.yml#L6
Expand Down

0 comments on commit e74cf9d

Please sign in to comment.