Dear NVIDIA
today i tried the external rate control feature of the jetson multimedia API video encoder
we tried to compress a single image of size 640x512 into an AV1 I frame with the following parameters
nTargetFrameBits = 60000
nFrameMaxQP = 255
nFrameMinQP = 0
nFrameQP = 128
nMaxQPDeviation = 255
nSessionMaxQP = 255
the resulting frame was of size 949040, wayyy bigger than what we wanted, and the report metadata says that the minimum qp is 251 and the maximum is 1, which is totally wrong as the max should be bigger than the min
any idea on why it happend?