ScoopInstaller_Main/bucket/ffmpeg-shared.json
2019-09-16 18:00:36 +00:00

37 lines
1.4 KiB
JSON

{
"version": "4.2.1",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.2.1-win64-shared.zip",
"hash": "55063d3cf750a75485c7bf196031773d81a1b25d0980c7db48ecfc7701a42331",
"extract_dir": "ffmpeg-4.2.1-win64-shared"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.2.1-win32-shared.zip",
"hash": "9208255f409410d95147151d7e829b5699bf8d91bfe1e81c3f470f47c2fa66d2",
"extract_dir": "ffmpeg-4.2.1-win32-shared"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "name=\"v\"\\s+value=\"([\\d.]+)\"",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-$version-win64-shared.zip",
"extract_dir": "ffmpeg-$version-win64-shared"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-$version-win32-shared.zip",
"extract_dir": "ffmpeg-$version-win32-shared"
}
}
}
}