mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.3.1",
 | 
						|
    "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.3.1-win64-shared.zip",
 | 
						|
            "hash": "dd29b7f92f48dead4dd940492c7509138c0f99db445076d0a597007298a79940",
 | 
						|
            "extract_dir": "ffmpeg-4.3.1-win64-shared"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3.1-win32-shared.zip",
 | 
						|
            "hash": "357af9901a456f4dcbacd107e83a934d344c9cb07ddad8aaf80612eeab7d26d2",
 | 
						|
            "extract_dir": "ffmpeg-4.3.1-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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |