Skip to content

roxlu/nvidia-h264-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NVDECODE EXPERIMENTS

Experimenting with NVDECODE. Not production ready, purely meant as a first look into the NVDECODE API. Leaving this on Github only for people to have a peek at the code. This was tested on Arch Linux.

www.roxlu.com

How to build on Windows

  • Tested this with Cuda 9.1

  • Make sure the CUDA_PATH environment variable is set.

  • Make sure that ncuvid.dll is stored in C:\Windows\system32

  • Install cmake

  • download and install CUDA

  • download nvidia Video Codec SDK. Extract the Video Codec SDK into:

      [repos-dir]/extern/Video_Codec_SDK/
    
  • Open a terminal and:

      cd build
      release.bat release
    

How to build on Linux

  • Install CUDA using your package manager

  • Open a terminal and:

      cd build
      ./release.sh
    

About

Experiments with NVDECODE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published