Files
rocm-systems/projects/rocdecode

rocDecode

rocDecode is a high performance video decode SDK for AMD hardware

Prerequisites:

Build instructions:

Please follow the instructions below to build and install the vcndecode library.

 cd rocDecode
 mkdir build; cd build
 cmake ..
 make -j8
 sudo make install

Samples:

The tool provides a few samples to decode videos here. Please refer to the individual folders to build and run the samples.

Docker:

Docker files to build vcnDECODE containers are available here