5b112f2c5c
[ROCm/rocdecode commit: 1ba367988d]
rocDecode
rocDecode is a high performance video decode SDK for AMD hardware
Prerequisites:
-
One of the supported GPUs by ROCm: AMD Radeon™ Graphics
-
Linux distribution
- Ubuntu -
20.04/22.04
- Ubuntu -
-
Install ROCm5.5 or later
- Note - both graphics and rocm use-cases must be installed (i.e., sudo amdgpu-install --usecase=graphics,rocm).
-
CMake 3.0 or later
-
libva-dev 2.7 or later
-
Note vcnDECODE-setup.py script can be used for installing all the dependencies
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