Hi,
I want change the DM368 encoder width/height and bitrate when running. Does it support this scenario? If yes, could anyone tell me what interface should be used?
For example, I created a encoder with initial parameter: width 1280, height 720, bitrate 2M. After running for a while, I want to reduce the bitrate because of the network issues. When the bitrate is reduce to some extent, I must adjust the resolution. It may be changed to 352x288.
I only found that the resolution can be set in ALG_VidEncCreate. When encoder is started, I can only control the encoder via ALG_VidEncRunPrm. But there is no resolution field in ALG_VidEncRunPrm.
Any suggestion??
Thanks in advance,
Jeff