Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

13 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages