ScoopInstaller_Main/ffmpeg.json
2017-09-14 03:00:44 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20170913-ec1573f",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170913-ec1573f-win64-static.zip",
"hash": "77a36bdc0cef33def91691d1874d74d5123bfec13e3d6868a27a7b78b3eb942f",
"extract_dir": "ffmpeg-20170913-ec1573f-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170913-ec1573f-win32-static.zip",
"hash": "014e21b2fe61d736a56307cb025d658559124677472a389561b769a952bd9913",
"extract_dir": "ffmpeg-20170913-ec1573f-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"
}
}
}
}