加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
NVIDIA Video Codec SDK 7.0 Readme and Getting Started Guide

System Requirements

* NVIDIA Kepler/Maxwell/Pascal based GPU - Refer to the NVIDIA Video developer zone web page (https://developer.nvidia.com/nvidia-video-codec-sdk) for GPUs that support Encoding and Decoding. 
* Windows: Driver version 368.69  or higher (see Note 1)
* Linux:   Driver version 367.35  or higher (see Note 1)
* CUDA 7.5 Toolkit (optional)

[Windows Configuration Requirements]
- DirectX SDK is needed. You can download the latest SDK from Microsoft's DirectX website
- The CUDA 7.5 Toolkit is optional to install (see below on how to get it)
- CUDA toolkit is used for building CUDA kernels that can interop with NVENC.  

The following environment variables need to be set to build the sample applications included with the SDK
* For Windows
  - DXSDK_DIR: pointing to the DirectX SDK root directory

[Linux Configuration Requirements]    
* For Linux
  - X11 and OpenGL, GLUT, GLEW libraries for video playback and display 
  - The CUDA 7.5 Toolkit is optional to install (see below on how to get it)
  - CUDA toolkit is used for building CUDA kernels that can interop with NVENC.  

[Common to all OS platforms]
* NVIDIA Video Codec samples have pre-built CUDA PTX kernels.  To build the Video Codec SDK samples, it is not
  necessary to download the CUDA toolkit.
* To download the CUDA 7.5 toolkit, please go to the following web site:
  http://developer.nvidia.com/cuda/cuda-toolkit

Please refer to the samples guide [<SDK Installation Folder>\Samples\NVIDIA_Video_Codec_Samples_Guide.pdf] for details regarding the building and running of the sample applications included with the SDK. 


Note 1: Driver 369.05(and above) on Windows/367.44(and above) on Linux includes a bugfix in which aqStrength functionality for parameter NV_ENC_RC_PARAMS::aqStrength is enabled.

空文件

简介

NvDecodeGL 展开 收起
C++
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化