ScoopInstaller_Main/bucket/ffmpeg-shared.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.3 KiB
JSON

{
"version": "4.3.1",
"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-n4.3.1-20-g8a2acdc6da-win64-gpl-shared-4.3.zip",
"hash": "b02214d2035c532a1b53b9d0d988d04b968ac42545b257e368e9a63b375520e7",
"extract_dir": "ffmpeg-n4.3.1-20-g8a2acdc6da-win64-gpl-shared-4.3"
}
},
"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.]+)-(?<build>[0-9]+)-g(?<hash>[a-z0-9]+)-(?<variant>win64-gpl-shared)-(?<short>[0-9.]+).zip",
"replace": "${version}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-n$matchVersion-$matchBuild-g$matchHash-$matchVariant-$matchShort.zip",
"extract_dir": "ffmpeg-n$matchVersion-$matchBuild-g$matchHash-$matchVariant-$matchShort"
}
}
}
}