ScoopInstaller_Main/ffmpeg.json
2017-11-07 19:01:45 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20171105-6ea7711",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171105-6ea7711-win64-static.zip",
"hash": "7334e2a189581ce1320096bf19f77a848d6e08ad94dd63415e2cb187bd3ef737",
"extract_dir": "ffmpeg-20171105-6ea7711-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171105-6ea7711-win32-static.zip",
"hash": "ff160ddf307c37b9313872fcc8c7c6a9e64730ca8a199a8893a4017b682eb7dc",
"extract_dir": "ffmpeg-20171105-6ea7711-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"
}
}
}
}