0
votes

I'm working for a video player using ffmpeg for Android. I'm following Dranger FFMpeg tutorial. I'm able to play fixed frame rate videos finely. But have problems with variable frame rate videos. How can I get the delay between frames for a variable frame rate video?

1

1 Answers

0
votes

You shouldn't rely on "delay between frames" (like FPS) for display, you should use AVFrame.pts.