Hi,all:
I want to produce a H264 bitstream 352x288 with slice number=5.I run H264 C66x_h264hpvenc_01_00_01_03_ELF. I set params in the encoder.cfg like below:
ncores = 3
CoreTeamMap = 0,1,2
sliceMode = 1 //slice
sliceUnitSize = 352x288/ 256 / 5 = 79 // slice number=5
But when I view the out.264 file .It show 3 slices like below:
Why?Any suggestion will be appreciated.