2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "x265",
|
2024-06-25 09:03:17 +08:00
|
|
|
"version": "3.6",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream.",
|
2024-06-25 09:03:17 +08:00
|
|
|
"homepage": "https://bitbucket.org/multicoreware/x265_git/",
|
2022-08-19 04:01:55 +08:00
|
|
|
"license": "GPL-2.0-or-later",
|
2024-06-25 09:03:17 +08:00
|
|
|
"supports": "!uwp & !xbox",
|
2022-07-14 04:17:56 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
}
|
2024-06-25 09:03:17 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tool": {
|
|
|
|
"description": "Build the command line tool",
|
|
|
|
"supports": "!uwp"
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|