{ "version": "20200730-134a48a", "description": "A complete, cross-platform solution to record, convert and stream audio and video.", "homepage": "https://ffmpeg.org", "license": "GPL-3.0-or-later", "architecture": { "64bit": { "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20200730-134a48a-win64-static.zip", "hash": "0ac69b0c7ebf1080535543b7c01f1f114cc183b7b74ba4eefdb57c3d5504e48e", "extract_dir": "ffmpeg-20200730-134a48a-win64-static" }, "32bit": { "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200730-134a48a-win32-static.zip", "hash": "24191be93241087f9533365f9e70c12cd73b18565e86e7180cbfdbb35211cb4e", "extract_dir": "ffmpeg-20200730-134a48a-win32-static" } }, "bin": [ "bin\\ffmpeg.exe", "bin\\ffplay.exe", "bin\\ffprobe.exe" ], "checkver": { "url": "https://ffmpeg.zeranoe.com/builds/win64/static/", "regex": "ffmpeg-(([\\d.]+)-(\\w+))-win64-static\\.zip", "reverse": true }, "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" } } } }