Info

This question is closed. Reopen it to edit or answer.

VidoeReader cannot handle more than 50-60 frames of a wmv file

2 views (last 30 days)
I am trying to import a not so large (400 frames) wmv file using VideoReader. I could not import all the frames with one command so I tried importing one by one and loading it to a matrix. After about 60 frames I always get the same error message. This number of frames changes from run to run.
Dot name reference on non-scalar structure.
Error in VideoReader/read (line 91)
if( ~isempty(obj.NumberOfFrames) )
Error in removebg (line 11)
temp=read(myvobj,i);
I am using Matlab R2012a on win64.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!