LOAD_QP Support at Gstreamer - 2023.1 English

H.264/H.265 Video Codec Unit v1.2 Solutions LogiCORE IP Product Guide (PG252)

Document ID
PG252
Release Date
2023-05-16
Version
2023.1 English

Along with each frame, it is possible to associate a QP Table specifying, for each encoding block of the frame, the QP you want to use. The QP value can be relative or absolute. The QP table buffer must contain a byte per MB/CTB, in raster scan format:

  1. In AVC, one byte per 16x16 MB
  2. In HEVC, one byte per 32x32 CTB

Pipeline:

zynqmp_vcu_encode -w 3840 -h 2160 -e hevc -f 30 -c 2 -g 30 -b 1 -o op.h265 -q 3 -i test_UHD.yuv -d LOADQP:0:QPs.hex