{ "version": "4.2.3", "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/shared/ffmpeg-4.2.3-win64-shared.zip", "hash": "f21e519746112a9ae183bff50372286859b085ff6416cb68a8e418801555dc0b", "extract_dir": "ffmpeg-4.2.3-win64-shared" }, "32bit": { "url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.2.3-win32-shared.zip", "hash": "3e628576f77af78399e6a3c1de6b05f1a0de7332e496350e8396c46deb292fb4", "extract_dir": "ffmpeg-4.2.3-win32-shared" } }, "bin": [ "bin\\ffmpeg.exe", "bin\\ffplay.exe", "bin\\ffprobe.exe" ], "checkver": { "url": "https://ffmpeg.zeranoe.com/builds/win64/shared/", "regex": "ffmpeg-([\\d.]+)-win64-shared\\.zip", "reverse": true }, "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" } } } }