Hello all,
I'm trying to use the pseudo-multi-pass encoding feature of DM365. I'm running 2 instance of H.264 encoder at the same resolution. The encoder 1 is configured with mvSADoutFlag=1 and metaDataGenerateConsume=1. I verified that it correctly return the FrameInfo_Interface structure with frame data and Motion vector data. Furthermore i verified that the encoder does not return any information about macro blocks and gmv information per row, since this functionality seems not implemented.
Then I configured the encoder 2 with mvSADoutFlag=1 and metaDataGenerateConsume=2. I performed the encoding and I can't see any difference compared to encoder1. Quality and bitrate are the same as well as the encoding time, but I expected to reduce the encoding time of encoder 2 since it should reuse the motion information computed by the encoder 1.
Is this the expected behavior or there is something wrong?
Thanks for any suggestion
LL