hi,I try to use Android MediaCodec to encode. I follow the code of "grafika", but I find the encode video drop some frames. I check my input, every frame is different from each other, but in my encode output video, for example, frame 71 is same to frame 72, frame 99 is same to frame 100. the other frame is same to the input sequence.
I use OpenGL ES, and use surface in encode. My frame rate is 30, bitrate is 1920*1080*30, and Iframe intervel is 1s.
Anything wrong with mediacodec encode?