# Video Decode Sample This sample illustrates the FFMPEG demuxer to get the individual frames which are then decoded using rocDecode API and optionally color-converted using custom HIP kernels on AMD hardware. This sample converts decoded YUV output to one of the RGB or BGR formats(24bit, 32bit, 464bit) ## Build and run the sample: ``` mkdir build cd build cmake .. make -j ./videodecodergb -i -o -d -of ```