I have a few questions on H.265 encoder
1>
I have xxx.yuv.
I wan to run it 3 times with QP 28,32,36. What value of static_param2 should be?
and QP parameters to control are these?
static_param23 = -1 # RCParams ::qpI
static_param26 = 28 # RCParams ::qpP
static_param29 = 4 # RCParams ::QpOffsetB
2> If I want to run it in CBR mode then would these setting enough?
RC param preset = 5
dynamic_param23 =1 # RCParams ::rcAlgo, 0 : VBR, 1: CBR
3> It seems like encoder doesn't use more than 4 DSPs (32 cores).
Is this what it is supposed to be?
Thanks