The
ctrlsw_decoder
is complete sample
application that decode video. This application is intended as a learning aid for the
Xilinx VDU Control Software API and for troubleshooting. The source code for the ctrlsw_decoder
application is at https://github.com/Xilinx/vdu-ctrl-sw. The example commands for VDU control
software commands are given below. - H.264 Decoding File to
File
ctrlsw_decoder --device /dev/allegroDecodeIP0 -avc -in input-avc-file.h264 -out ouput.yuv
- H.265 Decoding File to File
ctrlsw_decoder --device /dev/allegroDecodeIP0 -hevc -in input-hevc-file.h265 -out ouput.yuv
Note: For a complete list parameters, type the following in the command line:ctrlsw_decoder --help