ScoopInstaller_Main/ffmpeg-nightly.json
2018-06-03 09:00:30 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180602-5ee2030",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180602-5ee2030-win64-static.zip",
"hash": "7f6bcfe707bbe750ecb5fe7f35c15f0b6dd9f13fe87f112739bccc4406e217d3",
"extract_dir": "ffmpeg-20180602-5ee2030-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180602-5ee2030-win32-static.zip",
"hash": "87bb461dc83d7a2f41f6bc98cee01080438ea7d1af49019079b2bfdba4d0bd4e",
"extract_dir": "ffmpeg-20180602-5ee2030-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"
}
}
}
}