ScoopInstaller_Main/bucket/ffmpeg-nightly-shared-vulkan.json
Werner Stein 4a15f94b69
ffmpeg: use BtbN builds (static/shared/nightly/vulkan) (#1454)
* Use ffmpeg builds form github.com/BtbN/FFmpeg-Builds (gpl/lgpl, static/shared)

* fix property extract_dir

* remove lgpl variant - revert commit if really needed

* re-adding ffmpeg-nightly variant

* add ffmpeg-nightly-shared-vulkan variant

* remove build number from version check

* complete nightly variants checkversion & autoupdate

* ffmpeg-nightly: Update to version 99456

* ffmpeg: Update to version 4.3.1

* ffmpeg-nightly-shared-vulkan: Update to version 99502

* ffmpeg-nightly-shared: Update to version 99502

* ffmpeg-nightly-vulkan: Update to version 99502

* ffmpeg-nightly: Update to version 99502

* ffmpeg: Update to version 4.3.1

* ffmpeg-shared: Update to version 4.3.1

Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
2020-10-09 22:53:51 +08:00

32 lines
1.2 KiB
JSON

{
"version": "99502",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"homepage": "https://ffmpeg.org",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2020-10-09-12-36/ffmpeg-N-99502-g0d156eb58a-win64-gpl-shared-vulkan.zip",
"hash": "ba42de59186cd4793091024ce89dd374756069255cfa7563a945c6350148be52",
"extract_dir": "ffmpeg-N-99502-g0d156eb58a-win64-gpl-shared-vulkan"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": {
"github": "https://github.com/BtbN/FFmpeg-Builds",
"re": "/autobuild-(?<time>[0-9-]+)/ffmpeg-N-(?<version>[0-9]+)-g(?<hash>[a-z0-9]+)-(?<variant>win64-gpl-shared-vulkan).zip",
"replace": "${version}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-N-$matchVersion-g$matchHash-$matchVariant.zip",
"extract_dir": "ffmpeg-N-$matchVersion-g$matchHash-$matchVariant"
}
}
}
}