ScoopInstaller_Main/ffmpeg.json
2016-12-30 13:57:56 -08:00

24 lines
874 B
JSON

{
"version": "20161230",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20161230-6993bb4-win64-static.zip",
"hash": "b4f35d18db6bb5b616162d2e261ed1a0fec47415793396ae517971d5fa750b0c",
"extract_dir": "ffmpeg-20161230-6993bb4-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20161230-6993bb4-win32-static.zip",
"hash": "513e7a6adf770bff8df925cdb736c4755f825af5451a5ab6fcea0d2150ed2dc0",
"extract_dir": "ffmpeg-20161230-6993bb4-win32-static"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "value=\"([\\d]{8})-[\\d\\w]+\""
}