mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
ffmpeg@4.4.1: Switch to mirrors (#3118)
* ffmpeg@4.4.1: Switch to mirrors * Update ffmpeg.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
34e5274a64
commit
103832cc2c
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "4.4.1-2",
|
"version": "4.4.1",
|
||||||
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
|
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
|
||||||
"homepage": "https://ffmpeg.org",
|
"homepage": "https://ffmpeg.org",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-12-21-12-18/ffmpeg-n4.4.1-2-gcc33e73618-win64-gpl-4.4.zip",
|
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.4.1-full_build.7z",
|
||||||
"hash": "3a795611e3d01ab4d23b4ffb465538bb53a8959238cfab2ee479280b3143a2e6",
|
"hash": "016cac40110c1016f9e4a981a08b6c51b50c11cb1cbb794903e7d1ea879b6f9d",
|
||||||
"extract_dir": "ffmpeg-n4.4.1-2-gcc33e73618-win64-gpl-4.4"
|
"extract_dir": "ffmpeg-4.4.1-full_build"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"post_install": [
|
"post_install": [
|
||||||
@ -20,15 +20,17 @@
|
|||||||
"bin\\ffprobe.exe"
|
"bin\\ffprobe.exe"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/BtbN/FFmpeg-Builds",
|
"url": "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z.ver",
|
||||||
"regex": "/autobuild-(?<time>[\\d-]+)/ffmpeg-n(?<version>[\\d.]+)-(?<commit>\\d+)-g(?<hash>[a-z\\d]+)-win64-gpl-[\\d.]+\\.zip",
|
"regex": "([\\d.]+)"
|
||||||
"replace": "${version}-${commit}"
|
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-n$version-g$matchHash-win64-gpl-$majorVersion.$minorVersion.zip",
|
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build.7z",
|
||||||
"extract_dir": "ffmpeg-n$version-g$matchHash-win64-gpl-$majorVersion.$minorVersion"
|
"hash": {
|
||||||
|
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build.7z.sha256"
|
||||||
|
},
|
||||||
|
"extract_dir": "ffmpeg-$version-full_build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user