mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "4.2",
|
|
"homepage": "https://ffmpeg.zeranoe.com/builds/",
|
|
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.2-win64-shared.zip",
|
|
"hash": "600ac804820fb12b989ff7f19f13f7866e1b79fbfe5e50f3bc43aee5fccdc392",
|
|
"extract_dir": "ffmpeg-4.2-win64-shared"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.2-win32-shared.zip",
|
|
"hash": "e510ac1bd105abb2cf6f101b879ec86cff92bcd2b866a060d9d0875a76702cc9",
|
|
"extract_dir": "ffmpeg-4.2-win32-shared"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\ffmpeg.exe",
|
|
"bin\\ffplay.exe",
|
|
"bin\\ffprobe.exe"
|
|
],
|
|
"checkver": "name=\"v\"\\s+value=\"([\\d.]+)\"",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-$version-win64-shared.zip",
|
|
"extract_dir": "ffmpeg-$version-win64-shared"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-$version-win32-shared.zip",
|
|
"extract_dir": "ffmpeg-$version-win32-shared"
|
|
}
|
|
}
|
|
}
|
|
}
|