Registry / other / x265
library4.1vcpkgunverified

x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream.

vcpkg install x265
INSTALL
IMPORT
SIG · X265
X
x265
othercppv4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

x265.h
#include <x265.h>

Initialize and free x265 encoder parameters

#include <x265.h> int main() { x265_param *param = x265_param_alloc(); x265_param_default(param); x265_param_free(param); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources

No resource links recorded.

x265 — pip install x265 · libregistry