I need to navigate a MP4 file frame by frame both forward and back. It seems like ReadVideoFrame would be the logical way but there is no way to pass a frame index. In the absence of this, one can only call the function repeatedly to navigate from first to last frame. Am I missing something?
I need to navigate a MP4 file frame by frame both forward and back. It seems like ReadVideoFrame would be the logical way but there is no way to pass a frame index. In the absence of this, one can only call the function repeatedly to navigate from first to last frame. Am I missing something?