I am testing the above encoder having Build ID: 01.00.00.01 and have some question about the GOP pattern.
I would like to generate GOP pattern IBBPBBPBBPBBPBBP in display order, which we use in our existing software. However, not only I cannot succeed in doing so, but also I cannot even generate constant size GOP. If IDR interval is 15, IDRs are generated at 0, 13, 28, 43. That is, 13 for the first GOP size, and then 15 for the rest. If IDR interval is 18, IDRs are generated at 0, 16, 34, 52. That is, 15 for the first GOP size, and then 18 for the rest. Here I am using interframe interval equal to 3.
1. Is there any way we can make the encoder to generate GOPs of the same size and preferrably the pattern I desired above?
I also tried to force the encoder to generate IDR, but failed to make it work. It causes dead lock.
2. Is forcing IDR supported in this release?
Dongning