Is it possible to read bytes from a .mp4 file that represent a specific timespan in the video ?
For example can I read the bytes that represent just the last 5 minutes of the video ?
The assumption is that the video is VBR encoded.
If yes is there an API that can help me do that ? I don't care what language it is.