We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731fb4c commit c47c924Copy full SHA for c47c924
.github/workflows/build_thirdparty.yaml
@@ -26,9 +26,9 @@ env:
26
## FFmpeg-Builds の最新リリースでは FFmpeg 4.4 系がビルドされなくなったため、FFMPEG_HWENCC_* は 4.4 系の最終ビルドで固定されている
27
## (正確には Ubuntu 20.04 LTS で入る FFmpeg は 4.2 系だが、FFmpeg 4.x 系であれば ABI 互換性があるため 4.4 系でも動作する)
28
## ref: https://github.com/BtbN/FFmpeg-Builds/releases
29
- FFMPEG_TAG: 'autobuild-2025-09-30-13-19'
+ FFMPEG_TAG: 'autobuild-2025-10-31-13-40'
30
FFMPEG_MAJOR_VERSION: '7.1'
31
- FFMPEG_VERSION: '7.1.2-5-g8f77695e65'
+ FFMPEG_VERSION: '7.1.2-7-g24c44c34dc'
32
FFMPEG_HWENCC_TAG: 'autobuild-2024-03-31-17-28'
33
FFMPEG_HWENCC_MAJOR_VERSION: '4.4'
34
FFMPEG_HWENCC_VERSION: '4.4.4-94-g5d07afd482'
0 commit comments