Other Parts Discussed in Thread: AM62P
Tool/software:
Currently, we are using four video streams with resolutions of 1216*864, 640*864, 448*608, and 1920*1080 respectively. When encoded by the encoder, the frame rate can reach 30 frames. However, when a new video stream with a resolution of 1920*1080 is added, making a total of five video streams, the output frame rate of the encoder drops to a maximum of 25 frames. Further verification tests have shown that it is possible to control two 1920*1080 video streams at 25 frames, while the other three can reach 30 frames, and vice versa. Therefore, we would like to confirm whether there is a software limitation on the encoder to control the frame rate and, if so, how to remove it? Our goal is to output all at 30 frames. Are there any other solutions?
The corresponding setting parameters are as follows:
Resolution, Bitrate:
{1216, 864, 8000000},
{640, 864, 8000000},
{448, 608, 8000000},
{1920, 1080, 8000000},
{1920, 1080, 8000000},
GOP:30
Input format: NV12
Output format: h265 (HEVC)
VBR
Level 2