ScoopInstaller_Main/ffmpeg.json
2017-09-18 06:54:07 +02:00

36 lines
1.3 KiB
JSON

{
"version": "20170915-6743351",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170915-6743351-win64-static.zip",
"hash": "142cd2e39d2794b5ef783d3a9ec673a9f88e129e84ff32cad2d98258f7809d07",
"extract_dir": "ffmpeg-20170915-6743351-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170915-6743351-win32-static.zip",
"hash": "a93f87f5cf29a3197b9eb823985b8d823f129b9cbe905d5b088f06f9c3177898",
"extract_dir": "ffmpeg-20170915-6743351-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"
}
}
}
}