mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
Create x265.json (#1450)
* Create x265.json * Simplify description x264’s description is even simpler: `H.264/MPEG-4 AVC video encoder` * Fix regex and autoupdate Co-authored-by: Ross Smith II <ross@smithii.com>
This commit is contained in:
parent
029cb6b6ee
commit
ce22213fe8
36
bucket/x265.json
Normal file
36
bucket/x265.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"description": "Encodes video or images into an H.265 / HEVC bitstream.",
|
||||
"homepage": "http://x265.org/",
|
||||
"license": {
|
||||
"identifier": "GPL-2.0 or Commercial",
|
||||
"url": "http://x265.org/x265-licensing-faq/"
|
||||
},
|
||||
"url": "http://msystem.waw.pl/x265/x265-3.4+26-ga82c_vs2019-AVX2.7z",
|
||||
"hash": "3d1dcaf39b871e76867d36f179118a1a2d834cd034939409c6083192477d203b",
|
||||
"version": "3.4+26-ga82c",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"bin": [
|
||||
"x265.exe",
|
||||
"x265-8b.exe",
|
||||
"x265-10b.exe",
|
||||
"x265-12b.exe"
|
||||
]
|
||||
},
|
||||
"32bit": {
|
||||
"bin": [
|
||||
[
|
||||
"x265_32.exe",
|
||||
"x265"
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"checkver": {
|
||||
"url": "http://msystem.waw.pl/x265/",
|
||||
"regex": "x265-([^_]+)_vs2019-AVX2"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "http://msystem.waw.pl/x265/x265-$version_vs2019-AVX2.7z"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user