ScoopInstaller_Main/ffmpeg-nightly.json
2018-07-25 19:00:37 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180725-c51e0cd",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180725-c51e0cd-win64-static.zip",
"hash": "4d613fc06537b0613045008ec126028b08bef0acd3d513caf458f5e4289b9e21",
"extract_dir": "ffmpeg-20180725-c51e0cd-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180725-c51e0cd-win32-static.zip",
"hash": "e2cb08f18167d97d99820ac1afe933ad6f7158eb1b8d73ac305cb2f5ff28d296",
"extract_dir": "ffmpeg-20180725-c51e0cd-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"
}
}
}
}