ScoopInstaller_Main/ffmpeg-nightly.json
2018-04-12 09:01:46 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180412-a26c9fd",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180412-a26c9fd-win64-static.zip",
"hash": "71d963b69b47f89bcfd8e34bec7e2b2c5685abf86927a33479efeafa010bd837",
"extract_dir": "ffmpeg-20180412-a26c9fd-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180412-a26c9fd-win32-static.zip",
"hash": "d90616daaadd71b1d6ed6ddfea3f4394bef3be24769b540eb6a3415d8847a390",
"extract_dir": "ffmpeg-20180412-a26c9fd-win32-static"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "value=\"([\\d]{8}-[\\d\\w]+)\"",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-$version-win64-static.zip",
"extract_dir": "ffmpeg-$version-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-$version-win32-static.zip",
"extract_dir": "ffmpeg-$version-win32-static"
}
}
}
}