fa9540fb59
Only for the include paths.
983 B
983 B
NVIDIA Video Codec SDK bindings
It is a simple binding and safe abstraction over the nvidia video codec sdk.
Building
The bindings are generated using the headers and libraries that ought to be present in the system.
By default the headers are looked up on /opt/cuda/include
and /opt/nvidia-video-codec
and the libraries are assumed to be present in the default path (and provided by the driver).
It is possible to override the search paths for the headers by setting the environment variables CUDA_INCLUDE_PATH
and NVIDIA_VIDEO_CODEC_INCLUDE_PATH
.
TODO
- support cuda
- Simple bindings
- Safe abstraction
- support cuvid
- Simple bindings
- Safe abstraction
- support nvenc
- Simple bindings
- Safe abstraction
- Examples