ffmpeg 2015-06-07 (fix 32-bit install, white space)

This commit is contained in:
Luke Sampson 2015-06-08 09:46:16 +10:00
parent cd454e017a
commit 5f9b0d21d7

View File

@ -1,22 +1,23 @@
{
"version": "2015-06-07",
"version": "2015-06-07",
"homepage": "http://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20150607-git-42db4aa-win64-static.7z",
"hash": "0F76D2DEE53D2C93F69B34AFB4D444B982B1445E26BB7D32215711890215FE42"
},
"32bit": {
"url": "http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20150607-git-42db4aa-win32-static.7z",
"hash": "334FE2AE201C01C12DD6C55E6753FA45870C76A144F76A5E026056D6A1FA2F7C"
}
},
"extract_dir": "",
"architecture": {
"64bit": {
"url": "http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20150607-git-42db4aa-win64-static.7z",
"hash": "0F76D2DEE53D2C93F69B34AFB4D444B982B1445E26BB7D32215711890215FE42",
"extract_dir": "ffmpeg-20150607-git-42db4aa-win64-static"
},
"32bit": {
"url": "http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20150607-git-42db4aa-win32-static.7z",
"hash": "334FE2AE201C01C12DD6C55E6753FA45870C76A144F76A5E026056D6A1FA2F7C",
"extract_dir": "ffmpeg-20150607-git-42db4aa-win32-static"
}
},
"bin": [
"ffmpeg-20150607-git-42db4aa-win64-static\\bin\\ffmpeg.exe",
"ffmpeg-20150607-git-42db4aa-win64-static\\bin\\ffplay.exe",
"ffmpeg-20150607-git-42db4aa-win64-static\\bin\\ffprobe.exe"
],
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "<h2 class=\"center-text\">Latest Zeranoe FFmpeg Build Version: git-[0-9a-f]{6,8} \\((.*)\\)<\\/h2>"
}