mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.1.4",
 | 
						|
    "homepage": "https://ffmpeg.zeranoe.com/builds/",
 | 
						|
    "description": "A complete, cross-platform solution to record, convert and stream audio and video.",
 | 
						|
    "license": "GPL-3.0-or-later",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.1.4-win64-shared.zip",
 | 
						|
            "hash": "a90889871de2cab8a79b392591313a188189a353f69dde1db98aebe20b280989",
 | 
						|
            "extract_dir": "ffmpeg-4.1.4-win64-shared"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.1.4-win32-shared.zip",
 | 
						|
            "hash": "596608277f6b937c3dea7c46e854665d75b3de56790bae07f655ca331440f003",
 | 
						|
            "extract_dir": "ffmpeg-4.1.4-win32-shared"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "bin\\ffmpeg.exe",
 | 
						|
        "bin\\ffplay.exe",
 | 
						|
        "bin\\ffprobe.exe"
 | 
						|
    ],
 | 
						|
    "checkver": "name=\"v\"\\s+value=\"([\\d.]+)\"",
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |