mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "5.0",
 | 
						|
    "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://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-5.0-full_build-shared.7z",
 | 
						|
            "hash": "e5900f6cecd4c438d398bd2fc308736c10b857cd8dd61c11bcfb05bff5d1211a",
 | 
						|
            "extract_dir": "ffmpeg-5.0-full_build-shared"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "post_install": [
 | 
						|
        "# Workaround for https://github.com/ScoopInstaller/Main/issues/2611",
 | 
						|
        "Remove-Item \"$scoopdir\\shims\\ffmpeg.ps1\", \"$scoopdir\\shims\\ffplay.ps1\", \"$scoopdir\\shims\\ffprobe.ps1\" -ErrorAction SilentlyContinue"
 | 
						|
    ],
 | 
						|
    "bin": [
 | 
						|
        "bin\\ffmpeg.exe",
 | 
						|
        "bin\\ffplay.exe",
 | 
						|
        "bin\\ffprobe.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z.ver",
 | 
						|
        "regex": "([\\d.]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build-shared.7z",
 | 
						|
                "hash": {
 | 
						|
                    "url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build-shared.7z.sha256"
 | 
						|
                },
 | 
						|
                "extract_dir": "ffmpeg-$version-full_build-shared"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |