VDU Control Software Sample Application - 1.0 English

H.264/H.265 Video Decode Unit Solutions LogiCORE IP Product Guide (PG414)

Document ID
PG414
Release Date
2023-05-16
Version
1.0 English
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