Skip to content

Commit 1b1445b

Browse files
committed
Fixes #307
1 parent c24d7f6 commit 1b1445b

File tree

3 files changed

+85
-83
lines changed

3 files changed

+85
-83
lines changed

bucket/nvenc.json

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
11
{
2-
"version": "7.35",
3-
"description": "Investigate performance and image quality of HW encoder (NVENC) of NVIDIA.",
4-
"homepage": "https://github.com/rigaya/NVEnc",
5-
"license": "MIT",
6-
"architecture": {
7-
"64bit": {
8-
"bin": [
9-
[
10-
"NVEncC64.exe",
11-
"NVEncC"
12-
]
13-
],
14-
"url": "https://ghproxy.com/https://github.com/rigaya/NVEnc/releases/download/7.35/NVEncC_7.35_x64.7z",
15-
"hash": "1f1e5d88f68b9721d3aec83fac4de75a9bce9ac86c381089532c1a07db758bd8"
2+
"version": "8.04",
3+
"description": "Investigate performance and image quality of HW encoder (NVENC) of NVIDIA.",
4+
"homepage": "https://github.com/rigaya/NVEnc",
5+
"license": {
6+
"identifier": "MIT",
7+
"url": "https://github.com/rigaya/NVEnc/raw/refs/heads/master/NVEnc_license.txt"
168
},
17-
"32bit": {
18-
"bin": "NVEncC.exe",
19-
"url": "https://ghproxy.com/https://github.com/rigaya/NVEnc/releases/download/7.35/NVEncC_7.35_Win32.7z",
20-
"hash": "1fbb357a4db0750da6fabba035a8529e3371180d00265b7af6149e062e89b036"
21-
}
22-
},
23-
"checkver": "github",
24-
"autoupdate": {
259
"architecture": {
26-
"64bit": {
27-
"url": "https://ghproxy.com/https://github.com/rigaya/NVEnc/releases/download/$version/NVEncC_$version_x64.7z"
28-
},
29-
"32bit": {
30-
"url": "https://ghproxy.com/https://github.com/rigaya/NVEnc/releases/download/$version/NVEncC_$version_Win32.7z"
31-
}
10+
"64bit": {
11+
"pre_install": "Get-ChildItem \"$dir\" 'NVEncC64.exe' | Select-Object -First 1 | Rename-Item -NewName 'NVEncC.exe'",
12+
"url": "https://github.com/rigaya/NVEnc/releases/download/8.04/NVEncC_8.04_x64.7z",
13+
"hash": "0a814a07f9753c006d1dc1419783885e85cb89efeb3548e26f9eb206758bdfd7"
14+
},
15+
"32bit": {
16+
"url": "https://github.com/rigaya/NVEnc/releases/download/8.04/NVEncC_8.04_Win32.7z",
17+
"hash": "f249c799ad5d38b48d9da9fc3289abd06fdd798094fe09b58283400114d26f42"
18+
}
19+
},
20+
"bin": "NVEncC.exe",
21+
"checkver": {
22+
"url": "https://github.com/rigaya/NVEnc/releases.atom",
23+
"regex": "Repository/\\d+/v?(.+?)<"
24+
},
25+
"autoupdate": {
26+
"architecture": {
27+
"64bit": {
28+
"url": "https://github.com/rigaya/NVEnc/releases/download/$version/NVEncC_$version_x64.7z"
29+
},
30+
"32bit": {
31+
"url": "https://github.com/rigaya/NVEnc/releases/download/$version/NVEncC_$version_Win32.7z"
32+
}
33+
}
3234
}
33-
}
3435
}

bucket/qsvenc.json

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
11
{
2-
"version": "7.51",
3-
"description": "Investigate performance and image quality of HW encoder (QSV) of Intel",
4-
"homepage": "https://github.com/rigaya/QSVEnc",
5-
"license": "MIT",
6-
"architecture": {
7-
"64bit": {
8-
"bin": [
9-
[
10-
"QSVEncC64.exe",
11-
"QSVEnc"
12-
]
13-
],
14-
"url": "https://ghproxy.com/https://github.com/rigaya/QSVEnc/releases/download/7.51/QSVEncC_7.51_x64.7z",
15-
"hash": "219406bc281f1dc4ef66d5f7d99358f783f040ac52eef4fd9a7a696e60dff699"
2+
"version": "7.89",
3+
"description": "Investigate performance and image quality of HW encoder (QSV) of Intel.",
4+
"homepage": "https://github.com/rigaya/QSVEnc",
5+
"license": {
6+
"identifier": "MIT",
7+
"url": "https://github.com/rigaya/QSVEnc/raw/refs/heads/master/license.txt"
168
},
17-
"32bit": {
18-
"bin": "QSVEncC.exe",
19-
"url": "https://ghproxy.com/https://github.com/rigaya/QSVEnc/releases/download/7.51/QSVEncC_7.51_Win32.7z",
20-
"hash": "c678554ca0546d3a8293c0796204fb3cd6e733c36c5431b0e4abbaee76d6115b"
21-
}
22-
},
23-
"checkver": "github",
24-
"autoupdate": {
259
"architecture": {
26-
"64bit": {
27-
"url": "https://ghproxy.com/https://github.com/rigaya/QSVEnc/releases/download/$version/QSVEncC_$version_x64.7z"
28-
},
29-
"32bit": {
30-
"url": "https://ghproxy.com/https://github.com/rigaya/QSVEnc/releases/download/$version/QSVEncC_$version_Win32.7z"
31-
}
10+
"64bit": {
11+
"pre_install": "Get-ChildItem \"$dir\" 'QSVEncC64.exe' | Select-Object -First 1 | Rename-Item -NewName 'QSVEncC.exe'",
12+
"url": "https://github.com/rigaya/QSVEnc/releases/download/7.89/QSVEncC_7.89_x64.7z",
13+
"hash": "5f41893d194c34a81acd4bfe9eec3db3f0228df2a6d8c0e5f3aea39760e29b58"
14+
},
15+
"32bit": {
16+
"url": "https://github.com/rigaya/QSVEnc/releases/download/7.89/QSVEncC_7.89_Win32.7z",
17+
"hash": "1524d66b15f34a63965c881fa5ad925dbd3e71f7f4086c2f28dd4e3ea4326733"
18+
}
19+
},
20+
"bin": "QSVEncC.exe",
21+
"checkver": "github",
22+
"autoupdate": {
23+
"architecture": {
24+
"64bit": {
25+
"url": "https://github.com/rigaya/QSVEnc/releases/download/$version/QSVEncC_$version_x64.7z"
26+
},
27+
"32bit": {
28+
"url": "https://github.com/rigaya/QSVEnc/releases/download/$version/QSVEncC_$version_Win32.7z"
29+
}
30+
}
3231
}
33-
}
3432
}

bucket/vceenc.json

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
{
2-
"version": "8.16",
3-
"description": "HW encoder (VCE) of AMD",
4-
"homepage": "https://github.com/rigaya/VCEEnc",
5-
"license": "MIT",
6-
"architecture": {
7-
"64bit": {
8-
"url": "https://ghproxy.com/https://github.com/rigaya/VCEEnc/releases/download/8.16/VCEEncC_8.16_x64.7z",
9-
"hash": "ff6209c8b2e7293924ba624448ff5c93453d89257076d9762429794b60a37fe7",
10-
"bin": "VCEEncC64.exe"
2+
"version": "8.35",
3+
"description": "An AMD VCE hardware codec based command line video encoder.",
4+
"homepage": "https://github.com/rigaya/VCEEnc",
5+
"license": {
6+
"identifier": "MIT",
7+
"url": "https://github.com/rigaya/VCEEnc/raw/refs/heads/master/VCEEnc_license.txt"
118
},
12-
"32bit": {
13-
"url": "https://ghproxy.com/https://github.com/rigaya/VCEEnc/releases/download/8.16/VCEEncC_8.16_Win32.7z",
14-
"hash": "c3b26c3d00b012120d8789547870f5e1298a7292b9eb35addf60b184f078bff3",
15-
"bin": "VCEEncC.exe"
16-
}
17-
},
18-
"checkver": "github",
19-
"autoupdate": {
209
"architecture": {
21-
"64bit": {
22-
"url": "https://ghproxy.com/https://github.com/rigaya/VCEEnc/releases/download/$version/VCEEncC_$version_x64.7z"
23-
},
24-
"32bit": {
25-
"url": "https://ghproxy.com/https://github.com/rigaya/VCEEnc/releases/download/$version/VCEEncC_$version_Win32.7z"
26-
}
10+
"64bit": {
11+
"pre_install": "Get-ChildItem \"$dir\" 'VCEEncC64.exe' | Select-Object -First 1 | Rename-Item -NewName 'VCEEncC.exe'",
12+
"url": "https://github.com/rigaya/VCEEnc/releases/download/8.35/VCEEncC_8.35_x64.7z",
13+
"hash": "0c2f92b4be544170607e46f78884c3fc5c3bb702b4e50ee3420c18c6151ce150"
14+
},
15+
"32bit": {
16+
"url": "https://github.com/rigaya/VCEEnc/releases/download/8.35/VCEEncC_8.35_Win32.7z",
17+
"hash": "9fa82ead69a4a0a11e5725b7eeae6e5946bde5ecc3424554da91e70d87709d26"
18+
}
19+
},
20+
"bin": "VCEEncC.exe",
21+
"checkver": "github",
22+
"autoupdate": {
23+
"architecture": {
24+
"64bit": {
25+
"url": "https://github.com/rigaya/VCEEnc/releases/download/8.35/VCEEncC_8.35_x64.7z"
26+
},
27+
"32bit": {
28+
"url": "https://github.com/rigaya/VCEEnc/releases/download/8.35/VCEEncC_8.35_Win32.7z"
29+
}
30+
}
2731
}
28-
}
29-
}
32+
}

0 commit comments

Comments
 (0)