I am trying to read a movie file with .avi extension using mmreader(), it plays the movie but a following warning apperas:
The end of file was reached before the requested frames were read completely. Frames 1 through 456 were returned.
Kindly help me with this…
If you don’t post the relevant code it is difficult to help you, but I suspect that the problem is with your second input to mmreader. The second input is for specifying what frames to read, and if you specify more frames than the movie file has, you will get that warning.
From the documentation:
I suggest that you either adjust your second input to mmreader or just ignore the warning, since it shouldn’t effect the movie.