mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.4-190",
 | 
						|
    "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://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-10-24-12-21/ffmpeg-n4.4-190-g7e0d640edf-win64-gpl-shared-4.4.zip",
 | 
						|
            "hash": "6479c49f84f34a6194490b38848863f0a2863807c42ab5cf5f4a5449905f2f78",
 | 
						|
            "extract_dir": "ffmpeg-n4.4-190-g7e0d640edf-win64-gpl-shared-4.4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\ffmpeg.exe",
 | 
						|
        "bin\\ffplay.exe",
 | 
						|
        "bin\\ffprobe.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/BtbN/FFmpeg-Builds",
 | 
						|
        "regex": "/autobuild-(?<time>[\\d-]+)/ffmpeg-n(?<version>[\\d.]+)-(?<commit>\\d+)-g(?<hash>[a-z\\d]+)-win64-gpl-shared-[\\d.]+\\.zip",
 | 
						|
        "replace": "${version}-${commit}"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-n$version-g$matchHash-win64-gpl-shared-$majorVersion.$minorVersion.zip",
 | 
						|
                "extract_dir": "ffmpeg-n$version-g$matchHash-win64-gpl-shared-$majorVersion.$minorVersion"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |