diff --git a/ffmpeg.json b/ffmpeg.json index 1a7f7f96c1..fa135557e1 100644 --- a/ffmpeg.json +++ b/ffmpeg.json @@ -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": "

Latest Zeranoe FFmpeg Build Version: git-[0-9a-f]{6,8} \\((.*)\\)<\\/h2>" }