1 | initial version |
File video is at 25 fps It means in this frame time sampling is : 0s 0.04s 0.08s 0.12s 0.16s : no frame at 0.1s
If you want to read only frame at a given time that's not possible because your file is compressed :
when you compress a text file is it possible to read only the 1017 character without reading previous all file
when you compress an image in jpeg is it possible to read only pixel at row 10 and column 17
Answer to your question is that's not possible.
Now if you want a frame at time=0.1s you have to decide a criteria :
of course you can repeat process fot 0.1 0.2 0.3...